extractPAstatistics: Extract comparative statistics from two presence/absence...

View source: R/extractPAstatistics.R

extractPAstatisticsR Documentation

Extract comparative statistics from two presence/absence RasterLayers.

Description

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.

Usage

extractPAstatistics(PA1, PA2, ..., appendPA = TRUE)

Arguments

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.

Details

RasterLayers must have identical resolutions and extents.

Value

A data.frame containing presence-absence surface based metrics


cjcampbell/SDMetrics documentation built on Oct. 2, 2022, 10:14 a.m.