PlotggCoordinates: A function to plot the X-Y coordinates taken by the driver of...

Description Usage Arguments Value Examples

Description

Based on a certain trip specified, this function will be able to plot the XY Coordinates of a trip using ggplot scatter plot

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 X-Y coordinates taken by the driver of the trip.

Examples

1
2
# X-Y coordinates plot of a trip taken by a driver
 PlotggCoordinates(trip=sampleTrip)

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