Browse Source

update manuals for (v.)db.univar

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57177 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 11 years ago
parent
commit
ca3b44689e
2 changed files with 10 additions and 9 deletions
  1. 4 3
      scripts/db.univar/db.univar.html
  2. 6 6
      scripts/v.db.univar/v.db.univar.html

+ 4 - 3
scripts/db.univar/db.univar.html

@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 <h2>DESCRIPTION</h2>
 
 
-<em>v.db.univar</em> calculates basic univariate statistics for numeric
+<em>db.univar</em> calculates basic univariate statistics for numeric
 attributes in a data table. It will calculate minimum, maximum, range, mean,
 attributes in a data table. It will calculate minimum, maximum, range, mean,
 standard deviation, variance, coefficient of variation, quartiles, median, and
 standard deviation, variance, coefficient of variation, quartiles, median, and
 90th percentile.
 90th percentile.
@@ -22,14 +22,15 @@ v.db.addtable samples column="heights double precision"
 v.what.rast samples raster=elevation colum=heights
 v.what.rast samples raster=elevation colum=heights
 v.db.select samples
 v.db.select samples
 
 
-v.db.univar samples colum=heights
+db.univar samples colum=heights
 </pre></div>
 </pre></div>
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
 <em>
 <em>
+<a href="v.db.univar.html">v.db.univar</a>,
 <a href="r.univar.html">r.univar</a>,
 <a href="r.univar.html">r.univar</a>,
-<a href="v.univar.html">v.univar,</a>,
+<a href="v.univar.html">v.univar</a>,
 <a href="db.select.html">db.select</a>,
 <a href="db.select.html">db.select</a>,
 <a href="d.vect.thematic.html">d.vect.thematic</a>
 <a href="d.vect.thematic.html">d.vect.thematic</a>
 </em>
 </em>

+ 6 - 6
scripts/v.db.univar/v.db.univar.html

@@ -1,15 +1,14 @@
 <h2>DESCRIPTION</h2>
 <h2>DESCRIPTION</h2>
 
 
 <em>v.db.univar</em> calculates basic univariate statistics for numeric
 <em>v.db.univar</em> calculates basic univariate statistics for numeric
-attributes in a data table. It will calculate minimum, maximum, range, mean,
-standard deviation, variance, coefficient of variation, quartiles, median, and
-90th percentile.
+attributes in a vector attribute table. It will calculate minimum, 
+maximum, range, mean, standard deviation, variance, coefficient of 
+variation, quartiles, median, and 90th percentile.
 It uses <em>db.select</em> to create list values for statistical calculations.
 It uses <em>db.select</em> to create list values for statistical calculations.
 
 
 <em>NOTES</em>
 <em>NOTES</em>
 
 
-If the database and driver are not specified, the default values set in
-<em>db.connect</em> will be used.
+A database connection must be defined for the selected vector layer.
 
 
 <h2>EXAMPLE</h2>
 <h2>EXAMPLE</h2>
 
 
@@ -28,8 +27,9 @@ v.db.univar samples colum=heights
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
 <em>
 <em>
+<a href="db.univar.html">db.univar</a>,
 <a href="r.univar.html">r.univar</a>,
 <a href="r.univar.html">r.univar</a>,
-<a href="v.univar.html">v.univar,</a>,
+<a href="v.univar.html">v.univar</a>,
 <a href="db.select.html">db.select</a>,
 <a href="db.select.html">db.select</a>,
 <a href="d.vect.thematic.html">d.vect.thematic</a>
 <a href="d.vect.thematic.html">d.vect.thematic</a>
 </em>
 </em>