R/AllMethod.R
trip-accessors.Rd
Functions for retrieving the names of the columns used for DateTime and ID, as well as the data.
getTORnames(obj) getTimeID(obj) # S3 method for summary.TORdata print(x, ...)
obj |
|
---|---|
x | trip object |
... | currently ignored |
getTORnames
retrieves the column names from an object extending the
class TimeOrderedRecords
, and getTimeID
returns the data as a
data frame from an object extending the class TimeOrderedRecords
.
trip-class
, for the use of this class with
SpatialPointsDataFrame-class
.
#> [1] "time" "id"