powered by
Get the grouping info for a plot or PlotFeatureSet.
groupInfo(object)# S4 method for PlotFeatureSet groupInfo(object)# S4 method for ggplot groupInfo(object)# S4 method for trellis groupInfo(object)# S4 method for gTree groupInfo(object)# S4 method for PlotFeatureSet groupInfo(object)
# S4 method for PlotFeatureSet groupInfo(object)
# S4 method for ggplot groupInfo(object)
# S4 method for trellis groupInfo(object)
# S4 method for gTree groupInfo(object)
An object of class PlotFeatureSet, GGplotFeatureSet, TrellisFeatureSet, ggplot, or trellis.
A named list of grouping information parameters.
# NOT RUN { library(ggplot2) mt = datasets::mtcars plt = qplot(mt$mpg, mt$cyl) fs = makeFeatureSet(plt) groupInfo(fs) # }
Run the code above in your browser using DataLab