get_data: Preprocessing of data

View source: R/functions.R

get_dataR 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


iccTraj documentation built on June 8, 2025, 10:06 a.m.

Related to get_data in iccTraj...