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)

enviGCMS documentation built on Feb. 16, 2023, 8:08 p.m.