Elsa_categorical_matrix_window: Elsa statistic calculated on a matrix with a given window

View source: R/RcppExports.R

Elsa_categorical_matrix_windowR Documentation

Elsa statistic calculated on a matrix with a given window

Description

method described here : https://doi.org/10.1016/j.spasta.2018.10.001

Usage

Elsa_categorical_matrix_window(mat, window, dist)

Arguments

mat

an IntegerMatrix, must be filled with integer, -1 indicates NA values, categories must start at 0

window

the window to use to define neighbours. 0 can be used to indicate that a cell is not a neighbour

dist

a distance matrix between the categories

Value

a NumericVector : the local values of ELSA


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