[GRASS-SVN] r63393 - grass/trunk/vector/v.univar
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 6 02:35:47 PST 2014
Author: martinl
Date: 2014-12-06 02:35:47 -0800 (Sat, 06 Dec 2014)
New Revision: 63393
Modified:
grass/trunk/vector/v.univar/v.univar.html
Log:
v.univar: manual syntax cosmetics
Modified: grass/trunk/vector/v.univar/v.univar.html
===================================================================
--- grass/trunk/vector/v.univar/v.univar.html 2014-12-06 10:30:42 UTC (rev 63392)
+++ grass/trunk/vector/v.univar/v.univar.html 2014-12-06 10:35:47 UTC (rev 63393)
@@ -4,21 +4,21 @@
This includes the number of features counted, minimum and maximum values,
and range.
Variance and standard deviation is calculated only for points if
-<tt>type=point</tt> is defined.
+<b>type=point</b> is defined.
<p>Extended statistics adds median, 1st and 3rd quartiles, and 90th
percentile to the output.
<h2>NOTES</h2>
-When using the <em>-d</em> flag, univariate statistics of vector
-geometry are calculated. Depending on the selected vector <em>type</em>,
+When using the <b>-d</b> flag, univariate statistics of vector
+geometry are calculated. Depending on the selected vector <b>type</b>,
distances are calculated as follows:
<ul>
-<li> <em>type=point</em>: point distances are considered;</li>
-<li> <em>type=line</em>: the first point of each line is considered;</li>
-<li> <em>type=area</em>: the centroid of each area is considered.</li>
+<li> <b>type=point</b>: point distances are considered;</li>
+<li> <b>type=line</b>: the first point of each line is considered;</li>
+<li> <b>type=area</b>: the centroid of each area is considered.</li>
</ul>
<h2>EXAMPLE</h2>
@@ -59,4 +59,5 @@
Hamish Bowman, University of Otago, New Zealand<br>
Martin Landa
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>
More information about the grass-commit
mailing list