Generate a dataset with date-time, speed, and latitude and longitude of someone moving through space on a walk in Seattle
Source:R/sample_data.R
generate_gps_data.Rd
Generate a dataset with date-time, speed, and latitude and longitude of someone moving through space on a walk in Seattle
Usage
generate_gps_data(
start_lat,
start_long,
start_time,
n_epochs = 110,
time_interval = 30,
seed = 1234
)