Просмотр исходного кода

v.vect.stats added to vectorintro.html (merge from trunk, https://trac.osgeo.org/grass/changeset/65087)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@65088 15284696-431f-4ddb-bdfa-cd5b030d7da7
Margherita Di Leo 10 лет назад
Родитель
Сommit
50220588df
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>
 Vectors can be extracted with <a href="v.extract.html">v.extract</a>
 and reclassified with <a href="v.reclass.html">v.reclass</a>.
 and reclassified with <a href="v.reclass.html">v.reclass</a>.
 
 
-
 <h3>Vector statistics</h3>
 <h3>Vector statistics</h3>
 
 
 Statistics can be generated by <a href="v.qcount.html">v.qcount</a>,
 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>,
 <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>.
 Distances between vector objects are calculated with <a href="v.distance.html">v.distance</a>.