LabelConfiguration | R Documentation |
R6 class defining the configuration of the labels of a ggplot
object
title
Label
object defining the title of the plot
subtitle
Label
object defining the subtitle of the plot
xlabel
Label
object defining the xlabel of the plot
ylabel
Label
object defining the ylabel of the plot
caption
Label
object defining the caption of the plot
y2label
Label
object defining the y2label of the plot
new()
Create a new LabelConfiguration
object
LabelConfiguration$new( title = NULL, subtitle = NULL, xlabel = NULL, ylabel = NULL, caption = NULL )
title
character or Label
object defining title
subtitle
character or Label
object defining subtitle
xlabel
character or Label
object defining xlabel
ylabel
character or Label
object defining ylabel
caption
character or Label
object defining caption
A new LabelConfiguration
object
updatePlot()
Update labels of a ggplot
object and their properties
LabelConfiguration$updatePlot(plotObject)
plotObject
a ggplot
object
A ggplot
object
clone()
The objects of this class are cloneable with this method.
LabelConfiguration$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other PlotConfiguration classes:
AxisConfiguration
,
BackgroundConfiguration
,
BackgroundElement
,
BoxWhiskerPlotConfiguration
,
CumulativeTimeProfilePlotConfiguration
,
DDIRatioPlotConfiguration
,
ExportConfiguration
,
HistogramPlotConfiguration
,
LegendConfiguration
,
LineElement
,
ObsVsPredPlotConfiguration
,
PKRatioPlotConfiguration
,
PieChartPlotConfiguration
,
PlotConfiguration
,
PlotGridConfiguration
,
QQPlotConfiguration
,
ResVsPredPlotConfiguration
,
ResVsTimePlotConfiguration
,
TimeProfilePlotConfiguration
,
TornadoPlotConfiguration
,
XAxisConfiguration
,
YAxisConfiguration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.