powered by
Get full data associated with a plot or model fit, if possible.
fullData(object, quiet = FALSE)# S4 method for PlotFeatureSet fullData(object)# S4 method for ggplot fullData(object, quiet = FALSE)# S4 method for trellis fullData(object, quiet = FALSE)# S4 method for gTree fullData(object)# S4 method for PlotFeatureSet fullData(object)
# S4 method for PlotFeatureSet fullData(object)
# S4 method for ggplot fullData(object, quiet = FALSE)
# S4 method for trellis fullData(object, quiet = FALSE)
# S4 method for gTree fullData(object)
An object of (super)class PlotFeatureSet. For accession, also plot objects of class ggplot or trellis.
Should warnings about plotted data be supressed?
A list of data.frame containing the variables used in plotting.
# NOT RUN { library(ggplot2) mt = datasets::mtcars plt = qplot(mt$mpg, mt$cyl) fs = makeFeatureSet(plt) fullData(fs) # }
Run the code above in your browser using DataLab