View source: R/spatial_indices.R
calcFuzzyElsa_raster | R Documentation |
Calculate the Local Fuzzy ELSA statistic for a numeric raster
calcFuzzyElsa_raster(rasters, window, matdist)
rasters |
A List of SpatRaster or a List of matrices, or an array |
window |
A binary (0,1) matrix representing the neighbours spatial weights when working with rasters. The matrix must have odd dimensions. |
matdist |
A matrix representing the dissimilarity between the clusters. The matrix must be squared and the diagonal must be filled with zeros. |
A raster or a matrix (depending on the input): the values of local fuzzy ELSA statistic
# this is an internal function, no example provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.