powered by
Get or set the axis label information associated with a PlotFeatureSet object. This should not be called directly.
dataLabels(object) <- valuedataLabels(object)# S4 method for PlotFeatureSet dataLabels(object)# S4 method for ggplot dataLabels(object)# S4 method for trellis dataLabels(object)# S4 method for gTree dataLabels(object)# S4 method for PlotFeatureSet dataLabels(object) <- value# S4 method for PlotFeatureSet dataLabels(object)
dataLabels(object)
# S4 method for PlotFeatureSet dataLabels(object)
# S4 method for ggplot dataLabels(object)
# S4 method for trellis dataLabels(object)
# S4 method for gTree dataLabels(object)
# S4 method for PlotFeatureSet dataLabels(object) <- value
An object of (super)class PlotFeatureSet. For accession, also plot objects of class ggplot or trellis.
A named list of variable labels of the form list(x = "X axis label", y = "Y axis label", ...).
A modified object of (super)class PlotFeatureSet.
# NOT RUN { library(ggplot2) mt = datasets::mtcars plt = qplot(mt$mpg, mt$cyl) fs = makeFeatureSet(plt) dataLabels(fs) # }
Run the code above in your browser using DataLab