wapplyMat: windowing with centered window

View source: R/global.R

wapplyMatR Documentation

windowing with centered window

Description

based on wapply and modified by Manu. centered moving window. return a matrix of the same dimension than x. some border effect at a distance < width/2 at the first and last col/row

Usage

wapplyMat(x = NULL, width = NULL, by = NULL, FUN = NULL, MARGIN = 1, ...)

emanuelhuber/RGPR documentation built on Feb. 20, 2025, 6:13 a.m.