movmean.filter: Calculate the moving mean of a vector

View source: R/PreprocessingFunctions.R

movmean.filterR Documentation

Calculate the moving mean of a vector

Description

Calculate the moving mean of a vector while ignoring NAs. Used internally in pre-processing functions

Usage

movmean.filter(x, k = 3)

Arguments

x

data to process

k

window length

Value

filtered data


kollaR documentation built on Feb. 25, 2026, 5:07 p.m.