get_data {iccTraj} | R Documentation |
Preprocessing of data
Description
Preprocessing of data
Usage
get_data(data, ID, trip, LON, LAT, time)
Arguments
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. |
Value
A data frame
[Package iccTraj version 1.1.0 Index]