from_to {amt} | R Documentation |
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. |
A vector of class POSIXct
.