Преглед изворни кода

v.vect.stats added to vectorintro.html

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65087 15284696-431f-4ddb-bdfa-cd5b030d7da7
Margherita Di Leo пре 10 година
родитељ
комит
fcf2792328
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      vector/vectorintro.html

+ 1 - 2
vector/vectorintro.html

@@ -264,12 +264,11 @@ depending on the combination of vector types.
 Vectors can be extracted with <a href="v.extract.html">v.extract</a>
 and reclassified with <a href="v.reclass.html">v.reclass</a>.
 
-
 <h3>Vector statistics</h3>
 
 Statistics can be generated by <a href="v.qcount.html">v.qcount</a>,
 <a href="v.sample.html">v.sample</a>, <a href="v.normal.html">v.normal</a>,
-and <a href="v.univar.html">v.univar</a>.
+<a href="v.univar.html">v.univar</a>, and <a href="v.vect.stats.html">v.vect.stats</a>.
 
 Distances between vector objects are calculated with <a href="v.distance.html">v.distance</a>.