r.example.html 783 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <h2>DESCRIPTION</h2>
  2. <em>r.example</em> selects values from raster above value of mean plus
  3. standard deviation.
  4. See the source code for details.
  5. <h2>NOTES</h2>
  6. Some more detailed notes go here.
  7. <h2>EXAMPLE</h2>
  8. Computing the mean and standard deviation of the raster map "elevation"
  9. (North Carolina sample dataset):
  10. <div class="code"><pre>
  11. g.region raster=elevation -p
  12. r.example input=elevation output=elevation_mean_stddev
  13. r.info elevation_mean_stddev
  14. </pre></div>
  15. <h2>SEE ALSO</h2>
  16. <em>
  17. <a href="r.univar.html">r.univar</a>,
  18. <a href="r.mapcalc.html">r.mapcalc</a>,
  19. <a href="v.example.html">v.example</a>
  20. </em>
  21. <a href="https://grass.osgeo.org/programming7/">GRASS Programmer's Manual</a>
  22. <h2>AUTHORS</h2>
  23. GRASS Development Team
  24. <!--
  25. <p>
  26. <i>Last changed: $Date$</i>
  27. -->