data.frame
for use in
leaflet_route
and plot_route
Prepare a data.frame
for use in
leaflet_route
and plot_route
prepare_route(x, session = 1, threshold = TRUE, ...)
A data.frame
with variables longitude
,
latitude
, speed
, SessionID
, longitude0
,
longitude1
, latitude0
, latitude1
. The
observations are ordered according to the timestamp they have in
x
. A suffix of 0 indicates 'start' and a suffix of 1
indicates 'end' at any given observation.
a trackeRdata
object.
which session to prepare the
data.frame
for?
if TRUE
(default), then thresholds are
applied to x
prior to preparing the
data.frame
.
Addiditonal arguments to be passed to
threshold
.
To be used internally in mapping function and rarely by the user.