Learn R Programming

trip (version 1.1-6)

TimeOrderedRecords-class: Class "TimeOrderedRecords"

Description

A simple class to act as a place-holder for DateTime and ID records in spatial data

Arguments

Objects from the Class

Objects can be created by calls of the form new("TimeOrderedRecords", TOR.columns). TOR.columns are a 2-element character vector specifying the DateTime and ID columns in an object of class trip.

References

~put references to the literature/web site here ~

See Also

See Also trip for creating trip objects, and trip-class for the class.

Examples

Run this code
tor <- new("TimeOrderedRecords", TOR.columns = c("datetime", "ID"))
tor <- TimeOrderedRecords(c("datetime", "ID"))

Run the code above in your browser using DataLab