r.example.html 740 B

1234567891011121314151617181920212223242526272829303132333435
  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/programming8/">GRASS Programmer's Manual</a>
  22. <h2>AUTHOR</h2>
  23. GRASS Development Team