lsm_l_pr | R Documentation |
Patch richness (Diversity metric)
lsm_l_pr(landscape)
landscape |
A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters. |
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.
None
PR >= 1
Equals PR = 1 when only one patch is present and increases, without limit, as the number of classes increases
tibble
McGarigal K., SA Cushman, and E Ene. 2023. FRAGSTATS v4: Spatial Pattern Analysis Program for Categorical Maps. Computer software program produced by the authors; available at the following web site: https://www.fragstats.org
landscape <- terra::rast(landscapemetrics::landscape)
lsm_l_pr(landscape)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.