powered by
Get or set the position associated with a GGplotFeatureSet object. This should not be called directly.
position(object) <- valueposition(object)# S4 method for PlotFeatureSet position(object)# S4 method for ggplot position(object)# S4 method for trellis position(object)# S4 method for gTree position(object)# S4 method for GGplotFeatureSet position(object) <- value# S4 method for GGplotFeatureSet position(object)
position(object)
# S4 method for PlotFeatureSet position(object)
# S4 method for ggplot position(object)
# S4 method for trellis position(object)
# S4 method for gTree position(object)
# S4 method for GGplotFeatureSet position(object) <- value
# S4 method for GGplotFeatureSet position(object)
An object of class GGplotFeatureSet. For accession, also plot objects of class ggplot.
A named list of positioning information 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) position(fs) # }
Run the code above in your browser using DataLab