calcFuzzyElsa_raster: Local Fuzzy ELSA statistic for raster

View source: R/spatial_indices.R

calcFuzzyElsa_rasterR 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

geocmeans documentation built on Sept. 12, 2023, 9:06 a.m.