1r.li.simpson(1)               Grass User's Manual              r.li.simpson(1)
2
3
4

NAME

6       r.li.simpson  - Calculates Simpson's diversity index on a raster map
7

KEYWORDS

9       raster, landscape structure analysis, diversity index
10

SYNOPSIS

12       r.li.simpson
13       r.li.simpson help
14       r.li.simpson  map=name  conf=string output=name  [--overwrite]  [--ver‐
15       bose]  [--quiet]
16
17   Flags:
18       --overwrite
19           Allow output files to overwrite existing files
20
21       --verbose
22           Verbose module output
23
24       --quiet
25           Quiet module output
26
27   Parameters:
28       map=name
29           Name of input raster map
30
31       conf=string
32           Configuration file
33
34       output=name
35           Name for output raster map
36

DESCRIPTION

38       r.li.simpson calculates the "simpson's diversity index" as:
39       with:
40
41                     i: patch type
42
43
44                     m: number of patch type
45
46
47                     pi: proportion of the landscape occupied by patch type i
48
49

REFERENCES

51       McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern analy‐
52       sis  program for quantifying landscape structure. USDA For. Serv.  Gen.
53       Tech. Rep. PNW-351.
54

EXAMPLES

56       To calculate simpson's diversity index on  map  my_map,  using  my_conf
57       configuration file and saving results in my_out file run:
58
59       r.li.simpson map=my_map conf=my_conf output=my_out
60
61

NOTES

63       Do  not  use  absolute  path names for output files. They are raster if
64       moving  window  disposition  was  selected,  otherwise  they   are   in
65       ~/.r.li/output folder.
66       If input raster is full of null values r.li.simpson returns -1.
67       If you want to have null values instead run
68
69       r.null setnull=-1 map=my_map
70        after index calculation.
71

SEE ALSO

73        r.li
74

AUTHORS

76       Serena  Pallecchi  student  of  Computer  Science  University  of  Pisa
77       (Italy).
78       Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
79

BUGS

81       Please send bugs reports to pallecch@cli.di.unipi.it
82
83       Last changed: $Date: 2007-02-08 17:52:53 +0100 (Thu, 08 Feb 2007) $
84
85       Full index
86
87       © 2003-2008 GRASS Development Team
88
89
90
91GRASS 6.3.0                                                    r.li.simpson(1)
Impressum