View source: R/PreprocessingFunctions.R
| movmean.filter | R Documentation |
Calculate the moving mean of a vector while ignoring NAs. Used internally in pre-processing functions
movmean.filter(x, k = 3)
x |
data to process |
k |
window length |
filtered data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.