d.correlate.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <h2>DESCRIPTION</h2>
  2. <em>d.correlate</em> displays graphically the results of a
  3. <em>r.stats</em> analysis run on two raster map layers. This module
  4. highlights the correlation (or lack of it) among data
  5. layers (scattergram).
  6. <p>The results are displayed in the active display frame on
  7. the user's graphics monitor. <em>d.correlate</em> erases
  8. the active frame before displaying results.
  9. <h2>NOTES</h2>
  10. If three or four map layers are specified, the correlation
  11. among each combination of two data layers is displayed.
  12. <h2>EXAMPLE</h2>
  13. Scatterplot of two LANDSAT TM7 channels (North Carolina sample dataset):
  14. <p><div class="code"><pre>
  15. g.region rast=lsat7_2002_30 -p
  16. d.correlate map=lsat7_2002_30,lsat7_2002_40
  17. </pre></div>
  18. <h2>SEE ALSO</h2>
  19. <em>
  20. <a href="d.text.html">d.text</a>,
  21. <a href="d.graph.html">d.graph</a>,
  22. <a href="r.coin.html">r.coin</a>,
  23. <a href="r.regression.line.html">r.regression.line</a>,
  24. <a href="r.stats.html">r.stats</a>
  25. </em>
  26. <h2>AUTHOR</h2>
  27. Michael Shapiro,
  28. <a href="http://www.cecer.army.mil/">U.S.Army Construction Engineering Research Laboratory</a>
  29. <p>Rewritten to GRASS 6 (from csh to sh) by Markus Neteler; from sh to Python by Glynn Clements
  30. <p><i>Last changed: $Date$</i>