calcFuzzyElsa_raster {geocmeans} | R Documentation |
Local Fuzzy ELSA statistic for raster
Description
Calculate the Local Fuzzy ELSA statistic for a numeric raster
Usage
calcFuzzyElsa_raster(rasters, window, matdist)
Arguments
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. |
Value
A raster or a matrix (depending on the input): the values of local fuzzy ELSA statistic
Examples
# this is an internal function, no example provided
[Package geocmeans version 0.3.4 Index]