velocity10: A function to calculate the velocities of the trip based on...

Description Usage Arguments Value Examples

Description

Based on a certain trip specified, this function will be able to calculate the velocities of the trip based on interval of 10 seconds.

Usage

1
velocity10(trip)

Arguments

trip

The trip of the driver

Value

It will return the velocities of the trip in km/h based on 10 second intervals.

Examples

1
2
# Velocities of the trip.
 velocity10(trip=sampleTrip)

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