Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions doc/examples/python/script/r.example.md
Original file line number Diff line number Diff line change
@@ -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):
Expand All @@ -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