st_mesh | R Documentation |
This function calculates the effective mesh size.
st_mesh(
geom.frag,
geom.boundary = NULL,
total.area = NULL,
conv = 10000,
do.preProcessing = TRUE,
return.geom = FALSE,
quiet = TRUE
)
geom.frag |
polygon of class |
geom.boundary |
polygon of class |
total.area |
Numeric value representing size for area. Only to use if |
conv |
constant to convert original square meter output. Default: |
do.preProcessing |
If |
return.geom |
If set to |
quiet |
If set to |
If return.geom
is TRUE
than list
with result and geometry is returned. Otherwhise result is returned in form of a data.frame
Code is based on the following references:
Moser, B., Jaeger, J. A., Tappeiner, U., Tasser, E., & Eiselt, B. (2007). Modification of the effective mesh size for measuring landscape fragmentation to solve the boundary problem. Landscape ecology, 22(3), 447-459.
Jaeger, J. A. (2000). Landscape division, splitting index, and effective mesh size: new measures of landscape fragmentation. Landscape ecology, 15(2), 115-130.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.