SampleTransGPS: Sample GPS Data for an El Paso trip

Description Usage Format Examples

Description

Data is from a study in El Paso. It shows movement of a vehicle in 1546 observations. This data includes tha latitude and longitude of the vehicle at each time stamp.

Usage

1

Format

An object of class "data.frame".

Examples

1
2
3
data(SampleTransGPS)
times <- SampleTransGPS$First.Time
plot(SampleTransGPS$Longitude,SampleTransGPS$Latitude)

farinoushsharifi/TransGPS documentation built on June 3, 2019, 7:19 a.m.