PlotggTripNow: A function to plot a summary trip graph in a grid

Description Usage Arguments Value Examples

Description

Based on a certain trip specified, this function will be able to plot the 4 different features. a) X-Y Coordinates b) Velocity of the trip c) Acceleration of the trip d) Breaks of the trip

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 multi plot of the 4 features (X-Y coordinates, velocity, acceleration, breaks)

Examples

1
2
# Plot of the 4 features (X-Y coordinates, velocity, acceleration, breaks)
 PlotggTripNow(trip=sampleTrip)

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