get_data | R Documentation |
Preprocessing of data
get_data(data, ID, trip, LON, LAT, time)
data |
A data frame with the steps of trajectories. It is assumed the time between steps is uniform. It must contain contain at least five columns: subject identifier, trip identifier, latitude, longitude, and time of the reading. |
ID |
Character string indicating the name of the subjects column in the dataset. |
trip |
Character string indicating the trip column in the dataset. |
LON |
Numeric. Longitude readings. |
LAT |
Numeric. Latitude readings. |
time |
Numeric. Time of the readings. |
A data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.