[GRASS-SVN] r59062 - grass/trunk/raster/r.li/r.li.richness
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 15 22:39:42 PST 2014
Author: hamish
Date: 2014-02-15 22:39:41 -0800 (Sat, 15 Feb 2014)
New Revision: 59062
Modified:
grass/trunk/raster/r.li/r.li.richness/r.li.richness.html
Log:
missing quote around url
Modified: grass/trunk/raster/r.li/r.li.richness/r.li.richness.html
===================================================================
--- grass/trunk/raster/r.li/r.li.richness/r.li.richness.html 2014-02-16 06:12:10 UTC (rev 59061)
+++ grass/trunk/raster/r.li/r.li.richness/r.li.richness.html 2014-02-16 06:39:41 UTC (rev 59062)
@@ -1,12 +1,15 @@
<h2>DESCRIPTION</h2>
-<em>r.li.richness</em> calculates the "richness diversity index" as:<br>
-<img src="rliRichness_formula.png alt="rliRichness formula"> <br>
+<em>r.li.richness</em> calculates the "richness diversity index" as:
+<br>
+<img src="rliRichness_formula.png" alt="rliRichness formula">
+<br>
with:
<ul>
<li><b>m</b>: number of different patch types</li>
</ul>
+
<h2>NOTES</h2>
Do not use absolute path names for the <b>output</b> map/file.
@@ -23,7 +26,9 @@
</pre></div>
after index calculation.
+
<h2>EXAMPLES</h2>
+
To calculate the richness diversity index on map <em>my_map</em>, using
<em>my_conf</em> configuration file (previously defined with
<em>r.li.setup</em>) and saving results in <em>my_out</em>, run:
@@ -37,18 +42,24 @@
r.univar forests_richness_mov7
</pre></div>
+
<h2>SEE ALSO</h2>
+
<em>
<a href="r.li.html">r.li</a> - package overview<br>
<a href="r.li.setup.html">r.li.setup</a>
</em>
+
<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. (<a href="http://treesearch.fs.fed.us/pubs/3064">PDF</a>)
+
<h2>AUTHORS</h2>
+
Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
More information about the grass-commit
mailing list