R6 class defining the configuration of the labels of a ggplot
object
See also
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
Active bindings
title
Label
object defining the title of the plotsubtitle
Label
object defining the subtitle of the plotxlabel
Label
object defining the xlabel of the plotylabel
Label
object defining the ylabel of the plotcaption
Label
object defining the caption of the ploty2label
Label
object defining the y2label of the plot
Methods
Method new()
Create a new LabelConfiguration
object
Usage
LabelConfiguration$new(
title = NULL,
subtitle = NULL,
xlabel = NULL,
ylabel = NULL,
caption = NULL
)