powered by
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"))
Run the code above in your browser using DataLab