ma: filter data by average moving box

View source: R/general.R

maR 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)

yufree/enviGCMS documentation built on Sept. 12, 2023, 6:34 p.m.