PlotggBreaks: A function to plots the breaks (Moving average over 4 second...

Description Usage Arguments Value Examples

Description

Based on a certain trip specified, this function will be able to plot the breaks (Moving average over 4 second interval) occurred during the trip. The different colors show the different levels of breaks. Note that breaks is the same as acceleration

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 brakes over 4 seconds of the driver for that trip.

Examples

1
2
# Breaks plot of a trip taken by a driver
 PlotggBreaks(trip=sampleTrip)

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