getAOOSilent {redlistr} | R Documentation |
Alternate function for getting AOO (with custom grid)
Description
getAOOSilent
is identical to getAOO
, but allows the custom
input of the grid parameter. Used for gridUncertainty
.
Usage
getAOOSilent(input.data, grid, min.percent.rule = FALSE, percent = 1)
Arguments
input.data |
Spatial object of an ecosystem or species distribution. Please use a CRS with units measured in metres. |
grid |
Custom grid to be used to calculate AOO. Usually the output of
|
min.percent.rule |
Logical. If |
percent |
Numeric. The minimum percent to be applied as a threshold for
the |
Value
Value. The AOO calculated with the input distribution and grid.
Author(s)
Nicholas Murray murr.nick@gmail.com, Calvin Lee calvinkflee@gmail.com
See Also
Other AOO functions:
createGrid()
,
getAOO()
,
makeAOOGrid()
[Package redlistr version 1.0.4 Index]