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