Duration of tracks
Function that returns the start (from
), end (to
), and the duration (from_to
) of a track.
from_to(x, ...) ## S3 method for class 'track_xyt' from_to(x, ...) from(x, ...) ## S3 method for class 'track_xyt' from(x, ...) to(x, ...) ## S3 method for class 'track_xyt' to(x, ...)
x |
|
... |
Further arguments, none implemented. |
data(deer) from(deer) to(deer) from_to(deer)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.