DESCRIPTION
r.example selects values from raster above value of mean plus
standard deviation.
See the source code for details.
NOTES
Some more detailed notes go here.
EXAMPLE
Computing the mean and standard deviation of the raster map "elevation"
(North Carolina sample dataset):
g.region raster=elevation -p
r.example input=elevation output=elevation_mean_stddev
r.info elevation_mean_stddev
SEE ALSO
r.univar,
r.mapcalc,
v.example
GRASS Programmer's Manual
AUTHORS
GRASS Development Team
Last changed: $Date: 2018-11-13 17:36:50 +0100 (Tue, 13 Nov 2018) $