lsm_abbreviations_names: Tibble of abbreviations coming from FRAGSTATS

lsm_abbreviations_namesR Documentation

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

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

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"))


landscapeecology/landscapemetrics documentation built on April 7, 2024, 11:11 p.m.