ma {enviGCMS} | R Documentation |
filter data by average moving box
Description
filter data by average moving box
Usage
ma(x, n)
Arguments
x |
a vector |
n |
A number to identify the size of the moving box. |
Value
The filtered data
Examples
ma(rnorm(1000),5)
[Package enviGCMS version 0.7.1 Index]