Learn R Programming

trackr (version 0.10.7)

regDateTime<-: Accessors for the registration Date/Time of FeatureSet objects

Description

Get or set the registration time associated with a FeatureSet object. This should not be called directly.

Usage

regDateTime(object) <- value

regDateTime(object)

# S4 method for FeatureSet regDateTime(object) <- value

# S4 method for FeatureSet regDateTime(object)

Arguments

object

An object of (super)class ObjFeatureSet.

value

A POSIXct timestamp representing the moment when the plot was registered.

Value

A modified object of (super)class ObjFeatureSet.

Examples

Run this code
# NOT RUN {
mt = datasets::mtcars
fs = makeFeatureSet(mt)
regDateTime(fs)
# }

Run the code above in your browser using DataLab