Largest patch index (Area and Edge metric)
lsm_l_lpi(landscape, directions)# S3 method for RasterLayer
lsm_l_lpi(landscape, directions = 8)
# S3 method for RasterStack
lsm_l_lpi(landscape, directions = 8)
# S3 method for RasterBrick
lsm_l_lpi(landscape, directions = 8)
# S3 method for stars
lsm_l_lpi(landscape, directions = 8)
# S3 method for list
lsm_l_lpi(landscape, directions = 8)
Raster* Layer, Stack, Brick or a list of rasterLayers.
The number of directions in which patches should be connected: 4 (rook's case) or 8 (queen's case).
tibble
$$LPI = \frac{\max (a_{ij})} {A} * 100$$ where \(max(a_{ij})\) is the area of the patch in square meters and \(A\) is the total landscape area in square meters.
The largest patch index is an 'Area and edge metric'. It is the percentage of the landscape covered by the largest patch in the landscape. It is a simple measure of dominance.
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: http://www.umass.edu/landeco/research/fragstats/fragstats.html
# NOT RUN {
lsm_l_lpi(landscape)
# }
Run the code above in your browser using DataLab