focal_euclidean {geocmeans} | R Documentation |
focal euclidean distance on a list of matrices
Description
focal euclidean distance on a list of matrices
Usage
focal_euclidean_list(matrices, window)
Arguments
matrices |
a List of matrices with the same dimensions |
window |
a numeric matrix |
Value
a matrix with the euclidean distance of each cell to its neighbours.
[Package geocmeans version 0.3.4 Index]