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 Nov. 5, 2025, 7:42 p.m.