focal_euclidean_arr_window: focal euclidean distance on a matrix with a given window for...

View source: R/RcppExports.R

focal_euclidean_arr_windowR Documentation

focal euclidean distance on a matrix with a given window for a cube

Description

focal euclidean distance on a matrix with a given window for a cube

Usage

focal_euclidean_arr_window(mat, window)

Arguments

mat

an array (cube)

window

a numeric matrix (squared)

Value

a matrix with the euclidean distance of each cell to its neighbours.


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