medianFilter {topdowntimeratio} | R Documentation |
Median filter
Description
Median filter
Usage
medianFilter(coord, n = 3)
Arguments
coord |
A vector of coordinates over which to apply a mean filter |
n |
The number of values to average (best when odd-numbered) |
Value
A vector of median-averaged coordinates
[Package topdowntimeratio version 0.1.0 Index]