|
@@ -1,6 +1,6 @@
|
|
|
<h2>DESCRIPTION</h2>
|
|
|
-<em>r.li.padcv</em>
|
|
|
- (patch area distribution coefficient of variation) calculates
|
|
|
+
|
|
|
+<em>r.li.padcv</em> (patch area distribution coefficient of variation) calculates
|
|
|
as:<br>
|
|
|
<img src="rlipadcv_formula1.png"> <br>
|
|
|
with:<br>
|
|
@@ -12,12 +12,6 @@ with:<br>
|
|
|
<li><b>N<small>patch</small></b>: number of patch<br></li>
|
|
|
</ul>
|
|
|
|
|
|
-
|
|
|
-<h2>REFERENCES</h2>
|
|
|
-McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern
|
|
|
-analysis program for quantifying landscape structure. USDA For. Serv.
|
|
|
-Gen. Tech. Rep. PNW-351.
|
|
|
-
|
|
|
<h2>EXAMPLES</h2>
|
|
|
To calculate mean pixel attribute index on map my_map, using
|
|
|
my_conf configuration file and saving results in
|
|
@@ -26,7 +20,6 @@ my_out file run:<br>
|
|
|
r.li.padcv input=my_map conf=my_conf output=my_out
|
|
|
</pre></div>
|
|
|
|
|
|
-
|
|
|
<h2>NOTES</h2>
|
|
|
Do not use absolute path names for output files. They are raster if
|
|
|
moving window disposition was selected, otherwise they are in
|
|
@@ -39,21 +32,14 @@ r.null setnull=-1 map=my_map
|
|
|
</pre></div>
|
|
|
after index calculation.
|
|
|
|
|
|
-
|
|
|
<h2>SEE ALSO</h2>
|
|
|
<em>
|
|
|
<a href="r.li.html">r.li</a>
|
|
|
</em>
|
|
|
|
|
|
-
|
|
|
<h2>AUTHORS</h2>
|
|
|
Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
|
|
|
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
|
|
|
|
|
|
-
|
|
|
-<h2>BUGS</h2>
|
|
|
-Please send bugs reports to
|
|
|
-<a href="mailto:pallecch@cli.di.unipi.it">pallecch@cli.di.unipi.it</a><br>
|
|
|
-
|
|
|
<p><i>Last changed: $Date$</i>
|
|
|
|