Learn R Programming

geocmeans (version 0.3.4)

calcFuzzyElsa_raster: Local Fuzzy ELSA statistic for raster

Description

Calculate the Local Fuzzy ELSA statistic for a numeric raster

Usage

calcFuzzyElsa_raster(rasters, window, matdist)

Value

A raster or a matrix (depending on the input): the values of local fuzzy ELSA statistic

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.

Examples

Run this code
# this is an internal function, no example provided

Run the code above in your browser using DataLab