prepare_route {trackeR} | R Documentation |
Prepare a data.frame
for use in
leaflet_route
and plot_route
Description
Prepare a data.frame
for use in
leaflet_route
and plot_route
Usage
prepare_route(x, session = 1, threshold = TRUE, ...)
Arguments
x |
a |
session |
which session to prepare the
|
threshold |
if |
... |
Additional arguments to be passed to
|
Details
To be used internally in mapping function and rarely by the user.
Value
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.
[Package trackeR version 1.6.0 Index]