lsm_abbreviations_names | R Documentation |
A single tibble for every abbreviation of every metric that is reimplemented in landscapemetrics and its corresponding full name in the literature.
lsm_abbreviations_names
A tibble object.
Can be used after calculating the metric(s) with a join to have a more readable results tibble or for visualizing your results.
landscape <- terra::rast(landscapemetrics::landscape)
patch_area <- lsm_p_area(landscape)
patch_area <- merge(x = patch_area, y = lsm_abbreviations_names, by = c("level", "metric"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.