acceleration: A function to calculate the acceleration using velocities...

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

trip

The trip of the driver

Value

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

Examples

1
2
# Acceleration of the trip (based on velocity10)
 acceleration(trip=sampleTrip)

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