r.colors.stddev.html 1.1 KB

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 (S.D.) from the mean.
  5. <p>With the color band option values less that 1 S.D. from the mean are
  6. colored green, within 1-2 S.D. are colored yellow, within 2-3 S.D. are
  7. colored red, and beyond 3 S.D. are colored black.
  8. <p>For a differences map there is an option to lock the center of the color
  9. table at zero. Values more than two S.D. below the mean will be colored blue;
  10. values below the mean but less than 2 S.D. away will transition to white,
  11. and above the mean the colors will simularly transition to full red at +2 S.D.
  12. <h2>EXAMPLE</h2>
  13. North Carolina sample dataset location:
  14. <div class="code"><pre>
  15. g.region rast=elevation -p
  16. r.colors.stddev elevation
  17. </pre></div>
  18. <h2>SEE ALSO</h2>
  19. <em>
  20. <a href="r.colors.html">r.colors</a>,
  21. <a href="r.univar.html">r.univar</a>,
  22. <a href="v.colors.html">v.colors</a>
  23. </em>
  24. <h2>AUTHOR</h2>
  25. Hamish Bowman, <i>Dunedin, New Zealand</i>
  26. <p><i>Last changed: $Date$</i>