generate_walking_in_seattle_gps_data | R Documentation |
This function generates a data frame containing GPS data for a walking activity in Seattle, WA on April 7th, 2012. It calls the function generate_gps_data to create a series of GPS locations and speeds. The resulting data frame has columns for time, latitude, longitude, and speed.
generate_walking_in_seattle_gps_data(start_lat, start_long, start_time)
start_lat |
The starting latitude of the walk. |
start_long |
The starting longitude of the walk. |
start_time |
The start time of a series of data |
A data frame with columns time
, latitude
, longitude
, speed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.