powered by
Retrieve the graphics system from a PlotFeatureSet object
graphSys(object)# S4 method for PlotFeatureSet graphSys(object)
# S4 method for PlotFeatureSet graphSys(object)
An object of (super)class PlotFeatureSet.
A character vector representing the originating R package of the plot object, i.e. base, ggplot, or lattice.
# NOT RUN { library(ggplot2) mt = datasets::mtcars plt = qplot(mt$mpg, mt$cyl) fs = makeFeatureSet(plt) graphSys(fs) # }
Run the code above in your browser using DataLab