powered by
Get or set the code associated with a FeatureSet object. This should not be called directly.
objCode(object) <- valueobjCode(object)# S4 method for FeatureSet objCode(object) <- value# S4 method for FeatureSet objCode(object)
objCode(object)
# S4 method for FeatureSet objCode(object) <- value
# S4 method for FeatureSet objCode(object)
An object of (super)class PlotFeatureSet. For accession, also plot objects of class ggplot or trellis.
A CodeDepends::Script object.
A modified object of (super)class PlotFeatureSet.
# NOT RUN { library(ggplot2) mt = datasets::mtcars plt = qplot(mt$mpg, mt$cyl) fs = makeFeatureSet(plt) objCode(fs) # }
Run the code above in your browser using DataLab