knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(landscapemetrics)

# internal data needs to be read
landscape <- terra::rast(landscapemetrics::landscape)

One of the reason to start landscapemetrics was also to have a collection of metrics that are not included in FRAGSTATS. This vignette will highlight them and provide references for further reading on them.

Information theory-based framework for the analysis of landscape patterns

Nowosad J., TF Stepinski. 2019. Information theory as a consistent framework for quantification and classification of landscape patterns. https://doi.org/10.1007/s10980-019-00830-x

Information-theoretical framework can be applied to derive four metrics of landscape complexity: Marginal entropy [H(x)], Conditional entropy [H(y|x)], Joint entropy [H(x, y)], and Mutual information [I(y,x)].

All of these metrics are implemented in landscapemetrics:

For more information read the Information theory provides a consistent framework for the analysis of spatial patterns blog post.



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