tr_gen: Creates a list containing the trajectories information.

View source: R/functions.R

tr_genR Documentation

Creates a list containing the trajectories information.

Description

Creates a list containing the trajectories information.

Usage

tr_gen(data, projection = CRS("+proj=longlat"), origin = "1970-01-01 UTC")

Arguments

projection

Projection string of class CRS-class.

origin

Optional. Origin of the date-time. Only needed in the internal process to create an object of type POSIXct.

Value

Every component of the list has the following subcomponents: #'

  • An object of class Track.

  • An object of class SpatialPoints.

  • Subject identifier

  • Trip identifier.


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

Related to tr_gen in iccTraj...