PlotggVelocity: A function to plot the Velocity (Moving average over 10...

Description Usage Arguments Value Examples

Description

Based on a certain trip specified, this function will be able to plot the velocity of the trip. The different colors show the status of the car, to show whether the car is driving on the freeway or whether it is moving very slowly.

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 qplot of the velocity (Moving average over 10 second interval) for the trip.

Examples

1
2
# Velocity plot of a trip taken by a driver
 PlotggVelocity(trip=sampleTrip)

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