wapplyMat2: windowing with not centered window

View source: R/global.R

wapplyMat2R Documentation

windowing with not centered window

Description

based on wapply and modified by Manu. not centered moving window! start first row/column and stop when the extremity of the windwo reach the last row/column. return a matrix of with smaller dimension than x (margin - 2*width)

Usage

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

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