GRASS logo

NAME

r.pi.prob.mw - Probability analysis of 2 random points being in the same patch.

KEYWORDS

raster

SYNOPSIS

r.pi.prob.mw
r.pi.prob.mw help
r.pi.prob.mw [-p] input=name output=name [mask=string] keyval=integer n=integer [size=integer] [distance=integer] [--overwrite] [--verbose] [--quiet]

Flags:

-p
Patch only flag. When set only places test-points in patches
--overwrite
Allow output files to overwrite existing files
--verbose
Verbose module output
--quiet
Quiet module output

Parameters:

input=name
Name of input raster map
output=name
Name for output raster map
mask=string
Name of the mask raster file
keyval=integer
Category value of the patches
n=integer
Number of tests
size=integer
Size of the output matrix
distance=integer
Maximum distance at which two patches are seen as one

DESCRIPTION

Probability analysis of 2 random points being in the same patch.

NOTES

...

EXAMPLE

An example for the North Carolina sample dataset:
g.region -d
...

SEE ALSO

r.pi.corearea, r.pi.corrwin, r.pi.csr.mw, r.pi.export, r.pi.graph, r.pi.graph.dec, r.pi.graph.iter, r.pi.graph.red, r.pi.grow, r.pi.import, r.pi.index, r.pi.lm, r.pi.odc, r.pi.rectangle, r.pi

AUTHORS

Programming: Elshad Shirinov
Scientific concept: Dr. Martin Wegmann
Department of Remote Sensing
Remote Sensing and Biodiversity Unit
University of Wuerzburg, Germany

Last changed: $Date$


Main index - raster index - Full index

© 2003-2016 GRASS Development Team