gridUncertaintySimulation
returns the maximum and minimum number of
area of occupancy (AOO) grid cells occupied by a species or ecosystem in
incremental splits using gridUncertaintyBase
.
gridUncertaintySimulation(
input.data,
grid.size,
simulations,
min.percent.rule = FALSE,
percent = 1
)
Data frame of results showing the minimum and maximum AOO calculated for each grid shift scenario.
Spatial object of an ecosystem or species distribution. Please use a CRS with units measured in metres.
A number specifying the width of the desired grid square (in same units as your coordinate reference system)
Specifies the maximum number of splits to be performed on the generated grid
Logical. If TRUE
, a minimum area threshold
must be passed before a grid is counted as an AOO grid.
Numeric. The minimum percent to be applied as a threshold for
the min.percent.rule
.
Calvin Lee calvinkflee@gmail.com
Other gridUncertainty functions:
gridUncertaintyBase()
,
gridUncertaintyRandomManual()
,
gridUncertaintyRandom()
,
gridUncertaintyRestricted()
,
gridUncertainty()