View source: R/areaOfExpectedOccurrence.R
areaOfExpectedOccurrence | R Documentation |
This function calculates the geographic area of the occupied region of a presence-absence model. The input must be a rasterLayer object with values of NA (out of range), 0 (not expected to occur), or 1 (expected to occur).
areaOfExpectedOccurrence(surface)
surface |
rasterLayer with values of NA, 0, and 1 |
A units object of area of expected occurrence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.