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