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

v.qcount manual: result is stored as cat, not attribute; manual: more man page cross-links

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73468 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler пре 6 година
родитељ
комит
7e846ed863
3 измењених фајлова са 15 додато и 5 уклоњено
  1. 2 1
      scripts/v.db.univar/v.db.univar.html
  2. 9 1
      vector/v.qcount/v.qcount.html
  3. 4 3
      vector/v.univar/v.univar.html

+ 2 - 1
scripts/v.db.univar/v.db.univar.html

@@ -62,7 +62,8 @@ v.db.univar samples column=heights
 <a href="r.univar.html">r.univar</a>,
 <a href="v.univar.html">v.univar</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>,
+<a href="v.random.html">v.random</a>
 </em>
 
 <h2>AUTHOR</h2>

+ 9 - 1
vector/v.qcount/v.qcount.html

@@ -49,6 +49,9 @@ randomness. This is illustrated in Figure 2.
 <i>Figure 2: Randomly placed quadrats (n = 100) with 584 sample points.</i>
 </div>
 
+<p>The number of points is written as category to the <b>output</b> map (and not
+to an attribute table).
+
 <h2>NOTES</h2>
 
 This program may not work properly with lat-long data. It uses
@@ -59,7 +62,12 @@ This program may not work properly with lat-long data. It uses
 
 <h2>SEE ALSO</h2>
 
-<em><a href="v.random.html">v.random</a></em>
+<em>
+<a href="v.random.html">v.random</a>,
+<a href="v.distance.html">v.distance</a>,
+<a href="v.neighbors.html">v.neighbors</a>,
+<a href="v.perturb.html">v.perturb</a>
+</em>
 
 <h2>REFERENCES</h2>
 

+ 4 - 3
vector/v.univar/v.univar.html

@@ -101,7 +101,7 @@ median (even number of cells): 108.88
 <h3>Calculate statistic of distance between sampling points</h3>
 
 <div class="code"><pre>
-v.univar -d samples column=heights type=point
+v.univar -d samples type=point
 
 number of primitives: 100
 number of non zero distances: 4851
@@ -127,8 +127,9 @@ skewness: 0.238688
 <a href="db.univar.html">db.univar</a>,
 <a href="r.univar.html">r.univar</a>,
 <a href="v.db.univar.html">v.db.univar</a>,
-<a href="v.neighbors.html">v.neighbors</a>
-<a href="v.distance.html">v.distance</a>
+<a href="v.distance.html">v.distance</a>,
+<a href="v.neighbors.html">v.neighbors</a>,
+<a href="v.qcount.html">v.qcount</a>
 </em>