gridUncertaintySimulation: Function to investigate behaviour of AOO under various split...

View source: R/gridUncertainty_functions.R

gridUncertaintySimulationR Documentation

Function to investigate behaviour of AOO under various split scenarios

Description

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.

Usage

gridUncertaintySimulation(
  input.data,
  grid.size,
  simulations,
  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.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 TRUE, a minimum area threshold must be passed before a grid is counted as an AOO grid.

percent

Numeric. The minimum percent to be applied as a threshold for the min.percent.rule.

Value

Data frame of results showing the minimum and maximum AOO calculated for each grid shift scenario.

Author(s)

Calvin Lee calvinkflee@gmail.com

See Also

Other gridUncertainty functions: gridUncertaintyBase(), gridUncertaintyRandomManual(), gridUncertaintyRandom(), gridUncertaintyRestricted(), gridUncertainty()


nick-murray/redlistr documentation built on Oct. 12, 2023, 5:45 p.m.