[GRASS-SVN] r35252 - grass/branches/develbranch_6/raster/r.quantile
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 7 04:03:33 EST 2009
Author: neteler
Date: 2009-01-07 04:03:32 -0500 (Wed, 07 Jan 2009)
New Revision: 35252
Modified:
grass/branches/develbranch_6/raster/r.quantile/description.html
Log:
example added
Modified: grass/branches/develbranch_6/raster/r.quantile/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.quantile/description.html 2009-01-07 07:18:34 UTC (rev 35251)
+++ grass/branches/develbranch_6/raster/r.quantile/description.html 2009-01-07 09:03:32 UTC (rev 35252)
@@ -3,6 +3,15 @@
<em>r.quantile</em> computes quantiles in a manner suitable for use with large amounts of data.
It is using two passes.
+<h2>EXAMPLE</h2>
+
+Calculation of elevation quantiles:
+
+<div class="code"><pre>
+g.region rast=elevation.dem -p
+r.quantile input=elevation.dem percentiles=0.1,1,10,25,50,75,90,99,99.9
+</pre></div>
+
<h2>SEE ALSO</h2>
<em>
More information about the grass-commit
mailing list