Elsa_categorical_matrix_window {geocmeans} | R 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
[Package geocmeans version 0.3.4 Index]