View source: R/extractPAstatistics.R
extractPAstatistics | R Documentation |
Extract metrics of range size change, seasonality, and centroid distance from two presence/absence surfaces. Such surfaces are often generated by thresholding a continuous probability-of-origin surface for conversion to a binary surface.
extractPAstatistics(PA1, PA2, ..., appendPA = TRUE)
PA1 |
Presence/absence RasterLayer from season 1 |
PA2 |
Presence/absence RasterLayer from season 2 |
... |
Additional arguments to append to the returned data.frame |
appendPA |
True/false to paste character string "PA_" to the column name of the output metrics. |
RasterLayers must have identical resolutions and extents.
A data.frame containing presence-absence surface based metrics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.