Learn R Programming

topdowntimeratio (version 0.1.0)

meanFilter: Mean filter

Description

Mean filter

Usage

meanFilter(coord, n = 3)

Value

A vector of mean-averaged coordinates

Arguments

coord

A vector of coordinates over which to apply a mean filter

n

The number of values to average