Learn R Programming

landscapemetrics (version 1.5.6)

lsm_l_pr: PR (landscape level)

Description

Patch richness (Diversity metric)

Usage

lsm_l_pr(landscape)

Value

tibble

Arguments

landscape

Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers.

Details

$$PR = m$$ where \(m\) is the number of classes

PR is a 'Diversity metric'. It is one of the simplest diversity and composition measures. However, because of its absolute nature, it is not comparable among landscapes with different total areas.

Units

None

Range

PR >= 1

Behaviour

Equals PR = 1 when only one patch is present and increases, without limit, as the number of classes increases

References

McGarigal, K., SA Cushman, and E Ene. 2012. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical and Continuous Maps. Computer software program produced by the authors at the University of Massachusetts, Amherst. Available at the following web site: https://www.umass.edu/landeco/

Examples

Run this code
lsm_l_pr(landscape)

Run the code above in your browser using DataLab