TravelDisList: A function to create a list of the travel Distance for the...

Description Usage Arguments Value Examples

Description

Based on a certain trip specified, this function will be able to create a list of the travel distance for the trip from start to end

Usage

1

Arguments

trip

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

Value

It will return a list of the travel distance in meters.

Examples

1
2
# List of distance of a certain trip.
 TravelDisList(trip=sampleTrip)

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