TimeOrderedRecords-class | R Documentation |
The main use of this class and creator function is for
SpatialPointsDataFrame-class
s which are used with
TimeOrderedRecords for the class trip
.
S4 object, TimeOrderedRecords (a class to hold the names of the date-time and id columns)
TOR.columns
:2-element vector of class "character"
Future versions may change significantly, this class is very basic and could probably be implemented in a better way. Specifying TOR columns by formula would be a useful addition.
TimeOrderedRecords
, trip
for creating trip objects, and trip-class
for that class
showClass("TimeOrderedRecords")
tor <- new("TimeOrderedRecords", TOR.columns=c("datetime", "ID"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.