landscapemetrics (version 1.4.4)

lsm_abbreviations_names: Tibble of abbreviations coming from FRAGSTATS

Description

A single tibble for every abbreviation of every metric that is reimplemented in landscapemetrics and its corresponding full name in the literature.

Usage

lsm_abbreviations_names

Arguments

Format

A tibble object.

Details

Can be used after calculating the metric(s) with a join to have a more readable results tibble or for visualizing your results.

Examples

Run this code
# NOT RUN {
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 DataCamp Workspace