View source: R/gridUncertainty_functions.R
| gridUncertaintySimulation | R Documentation | 
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
)
| input.data | Spatial object of an ecosystem or species distribution. Please use a CRS with units measured in metres. | 
| grid.size | A number specifying the width of the desired grid square (in same units as your coordinate reference system) | 
| simulations | Specifies the maximum number of splits to be performed on the generated grid | 
| min.percent.rule | Logical. If  | 
| percent | Numeric. The minimum percent to be applied as a threshold for
the  | 
Data frame of results showing the minimum and maximum AOO calculated for each grid shift scenario.
Calvin Lee calvinkflee@gmail.com
Other gridUncertainty functions: 
gridUncertaintyBase(),
gridUncertaintyRandomManual(),
gridUncertaintyRandom(),
gridUncertaintyRestricted(),
gridUncertainty()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.