powered by
Get or set the geom associated with a GGplotFeatureSet object. This should not be called directly.
geomObject(object) <- valuegeomObject(object)# S4 method for PlotFeatureSet geomObject(object)# S4 method for ggplot geomObject(object)# S4 method for trellis geomObject(object)# S4 method for gTree geomObject(object)# S4 method for GGplotFeatureSet geomObject(object) <- value# S4 method for GGplotFeatureSet geomObject(object)
geomObject(object)
# S4 method for PlotFeatureSet geomObject(object)
# S4 method for ggplot geomObject(object)
# S4 method for trellis geomObject(object)
# S4 method for gTree geomObject(object)
# S4 method for GGplotFeatureSet geomObject(object) <- value
# S4 method for GGplotFeatureSet geomObject(object)
An object of class GGplotFeatureSet. For accession, also plot objects of class ggplot.
A named list of parameters for geometric objects in each layer of the plot.
A modified object of class GGplotFeatureSet.
# NOT RUN { library(ggplot2) mt = datasets::mtcars plt = qplot(mt$mpg, mt$cyl) fs = makeFeatureSet(plt) geomObject(fs) # }
Run the code above in your browser using DataLab