powered by
Get or set the registration time associated with a FeatureSet object. This should not be called directly.
regDateTime(object) <- valueregDateTime(object)# S4 method for FeatureSet regDateTime(object) <- value# S4 method for FeatureSet regDateTime(object)
regDateTime(object)
# S4 method for FeatureSet regDateTime(object) <- value
# S4 method for FeatureSet regDateTime(object)
An object of (super)class ObjFeatureSet.
A POSIXct timestamp representing the moment when the plot was registered.
A modified object of (super)class ObjFeatureSet.
# NOT RUN { mt = datasets::mtcars fs = makeFeatureSet(mt) regDateTime(fs) # }
Run the code above in your browser using DataLab