from_to | 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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.