Description Usage Arguments Value Examples
Get or set the registration time associated with a FeatureSet object. This should not be called directly.
1 2 3 4 5 6 7 8 9  | regDateTime(object) <- value
regDateTime(object)
## S4 replacement method for signature 'FeatureSet'
regDateTime(object) <- value
## S4 method for signature 'FeatureSet'
regDateTime(object)
 | 
object | 
 An object of (super)class ObjFeatureSet.  | 
value | 
 A POSIXct timestamp representing the moment when the plot was registered.  | 
A modified object of (super)class ObjFeatureSet.
1 2 3  | mt = datasets::mtcars
fs = makeFeatureSet(mt)
regDateTime(fs)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.