View source: R/statsFromPolygons.R
statsFromPolygons | R Documentation |
Extract metrics of range size change, seasonality, and centroid distance from two sf polygons.
statsFromPolygons(sf1, sf2, ...)
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 |
A data.frame containing comparison metrics between time 1 and 2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.