Usage Arguments Examples
View source: R/cmAverage.R
1
cmAverage(x, frequency = numeric())
x
a number series.
frequency
get a frequency period moving average.
1 2 3 4
x = c(2,3,4,5,2,7) cmAverage(x, 3) x = c(2,3,4,5,2,7) cmAverage(x,4)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.