trackeR (version 1.6.0)

prepare_route: 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, ...)

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.

Arguments

x

a trackeRdata object.

session

which session to prepare the data.frame for?

threshold

if TRUE (default), then thresholds are applied to x prior to preparing the data.frame.

...

Additional arguments to be passed to threshold.

Details

To be used internally in mapping function and rarely by the user.