powered by
Get the coordinate system for a plot or PlotFeatureSet.
coordSystem(object)# S4 method for PlotFeatureSet coordSystem(object)# S4 method for ggplot coordSystem(object)# S4 method for trellis coordSystem(object)# S4 method for gTree coordSystem(object)# S4 method for PlotFeatureSet coordSystem(object)
# S4 method for PlotFeatureSet coordSystem(object)
# S4 method for ggplot coordSystem(object)
# S4 method for trellis coordSystem(object)
# S4 method for gTree coordSystem(object)
An object of class PlotFeatureSet, GGplotFeatureSet, TrellisFeatureSet, ggplot, or trellis.
A character vector describing the coordinate system employed in the plot.
# NOT RUN { library(ggplot2) mt = datasets::mtcars plt = qplot(mt$mpg, mt$cyl) fs = makeFeatureSet(plt) coordSystem(fs) # }
Run the code above in your browser using DataLab