r.colors.stddev.html 1007 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <H2>DESCRIPTION</H2>
  2. <EM>r.colors.stddev</EM> set raster map color rules based on standard
  3. deviations from a map's mean value, either as a continuous color gradient
  4. or in color bands per standard deviation from the mean.
  5. <p>
  6. With the color band option values less that 1 S.D. from the mean are
  7. colored green, within 1-2 S.D. are colored yellow, within 2-3 S.D. are
  8. colored red, and beyond 3 S.D. are colored black.
  9. <p>
  10. For a differences map there is an option to lock the center of the color
  11. table at zero. Values more than two S.D. below the mean will be colored blue;
  12. values below the mean but less than 2 S.D. away will transition to white,
  13. and above the mean the colors will simularly transition to full red at +2 S.D.
  14. <!--
  15. <h2>EXAMPLES</h2>
  16. -->
  17. <H2>SEE ALSO</H2>
  18. <EM>
  19. <A HREF="r.colors.html">r.colors</A><BR>
  20. <A HREF="r.univar.html">r.univar</A><BR>
  21. <A HREF="v.colors.html">v.colors</A><BR>
  22. </EM>
  23. <H2>AUTHOR</H2>
  24. Hamish Bowman<BR>
  25. <i>Dunedin, New Zealand</i>
  26. <p>
  27. <i>Last changed: $Date$</i>