Browse Source

r.average, r.median, r.sum --> r.statistics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51367 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 13 years ago
parent
commit
20c73ebfbd

+ 11 - 10
raster/r.clump/r.clump.html

@@ -33,16 +33,17 @@ generated for the <em>output</em> raster map layer.
 
 <h2>SEE ALSO</h2>
 
-<em><a href="r.average.html">r.average</a></em><br>
-<em><a href="r.buffer.html">r.buffer</a></em><br>
-<em><a href="r.grow.html">r.grow</a><br></em><br>
-<em><a href="r.mapcalc.html">r.mapcalc</a></em><br>
-<em><a href="r.mfilter.html">r.mfilter</a></em><br>
-<em><a href="r.neighbors.html">r.neighbors</a></em><br>
-<em><a href="r.to.vect.html">r.to.vect</a></em><br>
-<em><a href="r.reclass.html">r.reclass</a></em><br>
-<em><a href="r.statistics.html">r.statistics</a></em><br>
-<em><a href="r.support.html">r.support</a></em>
+<em>
+<a href="r.buffer.html">r.buffer</a>,
+<a href="r.grow.html">r.grow</a><br>,
+<a href="r.mapcalc.html">r.mapcalc</a>,
+<a href="r.mfilter.html">r.mfilter</a>,
+<a href="r.neighbors.html">r.neighbors</a>,
+<a href="r.to.vect.html">r.to.vect</a>,
+<a href="r.reclass.html">r.reclass</a>,
+<a href="r.statistics.html">r.statistics</a>,
+<a href="r.support.html">r.support</a>
+</em>
 
 <h2>AUTHOR</h2>
 

+ 0 - 2
raster/r.mode/r.mode.html

@@ -41,12 +41,10 @@ r.univar K.by.farm.mode
 <h2>SEE ALSO</h2>
 
 <em><a href="g.region.html">g.region</a></em>,
-<em><a href="r.average.html">r.average</a></em>,
 <em><a href="r.category.html">r.category</a></em>,
 <em><a href="r.clump.html">r.clump</a></em>,
 <em><a href="r.describe.html">r.describe</a></em>,
 <em><a href="r.mapcalc.html">r.mapcalc</a></em>,
-<em><a href="r.median.html">r.median</a></em>,
 <em><a href="r.mfilter.html">r.mfilter</a></em>,
 <em><a href="r.neighbors.html">r.neighbors</a></em>,
 <em><a href="r.reclass.html">r.reclass</a></em>,

+ 2 - 2
raster/r.series/r.series.html

@@ -110,7 +110,7 @@ map2
 map3
 EOF
 
-r.series2 file=input.txt out=result_sum meth=sum
+r.series file=input.txt out=result_sum meth=sum
 </pre></div>
 
 <p>Example to use the file option of r.series including weights. The weight 0.75
@@ -122,7 +122,7 @@ map2|0.75
 map3
 EOF
 
-r.series2 file=input.txt out=result_sum meth=sum
+r.series file=input.txt out=result_sum meth=sum
 </pre></div>
 
 <p>

+ 0 - 2
raster/r.statistics/r.statistics.html

@@ -51,10 +51,8 @@ r.univar fieldelev
 
 <h2>SEE ALSO</h2>
 <em>
-<a href="r.average.html">r.average</a>,
 <a href="r.clump.html">r.clump</a>,
 <a href="r.mode.html">r.mode</a>,
-<a href="r.median.html">r.median</a>,
 <a href="r.mapcalc.html">r.mapcalc</a>,
 <a href="r.neighbors.html">r.neighbors</a>,
 <a href="r.univar.html">r.univar</a>

+ 1 - 4
raster/r.univar/r.univar.html

@@ -108,15 +108,12 @@ v.db.select fields_stats
 <em>
 <a href="g.region.html">g.region</a><br>
 <a href="r3.univar.html">r3.univar</a><br>
-<a href="r.average.html">r.average</a><br>
-<a href="r.median.html">r.median</a><br>
 <a href="r.mode.html">r.mode</a><br>
 <a href="r.quantile.html">r.quantile</a><br>
-<a href="r.sum.html">r.sum</a><br>
 <a href="r.series.html">r.series</a><br>
 <a href="r.stats.html">r.stats</a><br>
-<a href="v.rast.stats.html">v.rast.stats</a><br>
 <a href="r.statistics.html">r.statistics</a><br>
+<a href="v.rast.stats.html">v.rast.stats</a><br>
 <a href="v.univar.html">v.univar</a><br>
 </em>
 

+ 0 - 3
raster/r.univar/r3.univar.html

@@ -40,11 +40,8 @@ calculating percentiles with large maps.
 <em>
 <a href="g.region.html">g.region</a><br>
 <a href="r.univar.html">r.univar</a><br>
-<a href="r.average.html">r.average</a><br>
-<a href="r.median.html">r.median</a><br>
 <a href="r.mode.html">r.mode</a><br>
 <a href="r.quantile.html">r.quantile</a><br>
-<a href="r.sum.html">r.sum</a><br>
 <a href="r.series.html">r.series</a><br>
 <a href="r.stats.html">r.stats</a><br>
 <a href="r.statistics.html">r.statistics</a><br>

+ 3 - 3
raster/rasterintro.html

@@ -186,8 +186,8 @@ be changed with r.quant).
 
 A couple of commands are available to calculate local statistics
 (<a href="r.neighbors.html">r.neighbors</a>), and global statistics
-(<a href="r.statistics.html">r.statistics</a>, <a href="r.surf.area.html">r.surf.area</a>,
-<a href="r.sum.html">r.sum</a>).  Profiles and transects can be generated
+(<a href="r.statistics.html">r.statistics</a>, <a href="r.surf.area.html">r.surf.area</a>).
+Profiles and transects can be generated
 (<a href="d.profile.html">d.profile</a>, <a href="r.profile.html">r.profile</a>,
 <a href="r.transect.html">r.transect</a>) as well as histograms
 (<a href="d.histogram.html">d.histogram</a>) and polar diagrams
@@ -202,7 +202,7 @@ href="r.stats.html">r.stats</a>, <a href="r.volume.html">r.volume</a>).
 The <a href="r.mapcalc.html">r.mapcalc</a> command provides raster map
 algebra methods.
 The <a href="r.resamp.stats.html">r.resamp.stats</a> command resamples raster
-map layers using various aggregation methods, the <a href="r.average.html">r.average</a>
+map layers using various aggregation methods, the <a href="r.statistics.html">r.statistics</a>
 command aggregates one map based on a second map. 
 <a href="r.resamp.interp.html">r.resamp.interp</a> resamples raster map layers using interpolation.