st_MSI | R Documentation |
This function calculates the mean shape index of polygons.
st_MSI(
tool = "sf",
x,
geom.boundary = NULL,
field = NULL,
do.preProcessing = TRUE,
return.geom = FALSE,
quiet = TRUE
)
tool |
tool to perform dissolve operation. Default is |
x |
polygon of class |
geom.boundary |
polygon of class |
field |
field name or table column ( |
do.preProcessing |
If |
return.geom |
If set to |
quiet |
If set to |
data.frame
with mean shape index and area weighted mean shape index
Code is based on the following references:
Forman, R.T.T., & Godron, M. (1986). Landscape Ecology. Cambridge.
Siedentop, S., Heiland, S., Lehmann, I., & Schauerte-Lüke, N. (2007). Regionale Schlüsselindikatoren nachhaltiger Flächennutzung für die Fortschrittsberichte der Nationalen Nachhaltigkeitsstrategie–Flächenziele (Nachhaltigkeitsbarometer Fläche). Abschlussbericht, BBR-Forschungen, H, 130.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.