resample | R Documentation |
resample A simple wrapper for approx, used to decimate or upsample (by linear interpolation) a time series
resample(x, newSampRate, ...)
x |
A rats object |
newSampRate |
the new frequency |
... |
further options to be passed to approx |
a resampled time-series with the same start of the original time series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.