diff --git a/doc/examples/python/script/r.example.md b/doc/examples/python/script/r.example.md index 6bd3bd53574..d9ad175a471 100644 --- a/doc/examples/python/script/r.example.md +++ b/doc/examples/python/script/r.example.md @@ -1,13 +1,13 @@ -## DESCRIPTION +## Description *r.example* selects values from raster above value of mean plus standard deviation. See the source code for details. -## NOTES +## Notes Some more detailed notes go here. -## EXAMPLE +## Example Computing the mean and standard deviation of the raster map "elevation" (North Carolina sample dataset): @@ -18,12 +18,12 @@ r.example input=elevation output=elevation_mean_stddev r.info elevation_mean_stddev ``` -## SEE ALSO +## See Also *[r.univar](r.univar.md), [r.mapcalc](r.mapcalc.md), [v.example](v.example.md)* [GRASS Programmer's Manual](https://grass.osgeo.org/programming8/) -## AUTHOR +## Author GRASS Development Team