View source: R/track_resample.R
track_resample | R Documentation |
Function to resample a track at a predefined sampling rate within some tolerance.
track_resample(x, ...)
## S3 method for class 'track_xyt'
track_resample(x, rate = hours(2), tolerance = minutes(15), start = 1, ...)
x |
A |
... |
Further arguments, none implemented. |
rate |
A lubridate |
tolerance |
A lubridate |
start |
A integer scalar, that gives the relocation at which the sampling rate starts. |
A resampled track_xyt
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.