powered by
Calculate the Local Fuzzy ELSA statistic for a numeric raster
calcFuzzyElsa_raster(rasters, window, matdist)
A raster or a matrix (depending on the input): the values of local fuzzy ELSA statistic
A List of SpatRaster or a List of matrices, or an array
A binary (0,1) matrix representing the neighbours spatial weights when working with rasters. The matrix must have odd dimensions.
A matrix representing the dissimilarity between the clusters. The matrix must be squared and the diagonal must be filled with zeros.
# this is an internal function, no example provided
Run the code above in your browser using DataLab