r.colors.stddev.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 (S.D.) 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. <h2>EXAMPLE</h2>
  15. North Carolina sample dataset location:
  16. <div class="code"><pre>
  17. g.region rast=elevation -p
  18. r.colors.stddev elevation
  19. </pre></div>
  20. <h2>SEE ALSO</h2>
  21. <em>
  22. <a href="r.colors.html">r.colors</a>,
  23. <a href="r.univar.html">r.univar</a>,
  24. <a href="v.colors.html">v.colors</a>
  25. </em>
  26. <h2>AUTHOR</h2>
  27. Hamish Bowman, <i>Dunedin, New Zealand</i>
  28. <p>
  29. <i>Last changed: $Date$</i>