Function to resample a track at a predefined sampling rate within some tolerance.
track_resample(x, ...)# S3 method for track_xyt
track_resample(x, rate = hours(2), tolerance = minutes(15), start = 1, ...)
A resampled track_xyt
.
A track_xyt
.
Further arguments, none implemented.
A lubridate Period
, that indicates the sampling rate.
A lubridate Period
, that indicates the tolerance of deviations of the sampling rate.
A integer scalar, that gives the relocation at which the sampling rate starts.