statsFromPolygons: Extract statistics from two sf polygons.

View source: R/statsFromPolygons.R

statsFromPolygonsR Documentation

Extract statistics from two sf polygons.

Description

Extract metrics of range size change, seasonality, and centroid distance from two sf polygons.

Usage

statsFromPolygons(sf1, sf2, ...)

Arguments

sf1

sfc_MULTIPOLYGON representing some surface from time 1

sf2

sfc_MULTIPOLYGON representing some surface from time 2

...

Additional arguments to append to the output data.frame

Value

A data.frame containing comparison metrics between time 1 and 2.


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