1r.li.dominance(1) Grass User's Manual r.li.dominance(1)
2
3
4
6 r.li.dominance - Calculates dominance's diversity index on a raster
7 map
8
10 raster, landscape structure analysis, diversity index
11
13 r.li.dominance
14 r.li.dominance help
15 r.li.dominance map=name conf=string output=name [--overwrite] [--ver‐
16 bose] [--quiet]
17
18 Flags:
19 --overwrite
20 Allow output files to overwrite existing files
21
22 --verbose
23 Verbose module output
24
25 --quiet
26 Quiet module output
27
28 Parameters:
29 map=name
30 Name of input raster map
31
32 conf=string
33 Configuration file
34
35 output=name
36 Name for output raster map
37
39 r.li.dominance calculates the "dominance's diversity index" as:
40 with:
41
42 m: number of different patch type
43
44
45 i: patch type
46
47 pi: proportion of the landscape occupied by patch type i
48
50 To calculate dominance's diversity index on map my_map, using my_conf
51 configuration file and saving results in my_out file run:
52
53 r.li.dominance map=my_map conf=my_conf output=my_out
54
55
57 Do not use absolute path names for output files. They are raster if
58 moving window disposition was selected, otherwise they are in
59 ~/.r.li/output folder.
60 If input raster is full of null values r.li.dominance returns -1.
61 If you want to have null values instead run
62
63 r.null setnull=-1 map=my_map
64 after index calculation.
65
67 r.li r.le
68
70 Serena Pallecchi student of Computer Science University of Pisa
71 (Italy).
72 Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
73
75 Please send bugs reports to pallecch@cli.di.unipi.it
76
77 Last changed: $Date: 2006-11-21 23:36:33 +0100 (Tue, 21 Nov 2006) $
78
79 Full index
80
81 © 2003-2008 GRASS Development Team
82
83
84
85GRASS 6.3.0 r.li.dominance(1)