Description Usage Format Examples
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.
1 |
An object of class "data.frame"
.
1 2 3 | data(SampleTransGPS)
times <- SampleTransGPS$First.Time
plot(SampleTransGPS$Longitude,SampleTransGPS$Latitude)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.