Learn R Programming

trip (version 1.5.0)

TimeOrderedRecords-class: A class for the identifiers of DateTime and ID records in spatial data.

Description

The main use of this class and creator function is for SpatialPointsDataFrames which are used with TimeOrderedRecords for the class trip.

Arguments

Slots

TOR.columns:

2-element vector of class "character"

See Also

TimeOrderedRecords, trip for creating trip objects, and trip-class for that class

Examples

Run this code
# NOT RUN {
showClass("TimeOrderedRecords")
tor <- new("TimeOrderedRecords", TOR.columns=c("datetime", "ID"))
# }

Run the code above in your browser using DataLab