TripDetails: Main function to summarize a trip to a set of features...

Description Usage Arguments Value Examples

Description

A Trip can be of varying timeframes. i.e a trip of 200 seconds will have 200 rows and trip of 1000 seconds #' will have 1000 rows. This function normalize's all trips to 1 row of 63 features. The features include triptime, tripdistance(travel), tripStarttoend distance, 20 features for velocity quantiles, 20 features for acceleration quantiles, 20 features for breaks quantiles

Usage

1

Arguments

trip

a dataframe with x and y columns representing the locations of the driver at each second of the trip

Value

a vector of 63 columns representing a trip

Examples

1
2
# Trip details of a certain trip
 TripDetails(trip=sampleTrip)

webscale/Telematics documentation built on May 4, 2019, 2:05 a.m.