R6 class defining the configuration of a ggplot object for Obs vs Pred plots
See also
Other PlotConfiguration classes:
AxisConfiguration,
BackgroundConfiguration,
BackgroundElement,
BoxWhiskerPlotConfiguration,
CumulativeTimeProfilePlotConfiguration,
DDIRatioPlotConfiguration,
ExportConfiguration,
HistogramPlotConfiguration,
LabelConfiguration,
LegendConfiguration,
LineElement,
PKRatioPlotConfiguration,
PieChartPlotConfiguration,
PlotConfiguration,
PlotGridConfiguration,
QQPlotConfiguration,
ResVsPredPlotConfiguration,
ResVsTimePlotConfiguration,
TimeProfilePlotConfiguration,
TornadoPlotConfiguration,
XAxisConfiguration,
YAxisConfiguration
Super class
tlf::PlotConfiguration -> ObsVsPredPlotConfiguration
Public fields
defaultSymmetricAxesDefault option setting symmetric xAxis and/or yAxis limits when creating a
ObsVsPredPlotConfigurationobjectlloqDirectionWhether to draw LLOQ lines for x (vertical), y (horizontal) or x and y (both).
foldLinesLegendWhether to draw fold lines in legend. default to FALSE.
foldLinesLegendDiagonalWhether to draw diagonal lines in legend for fold lines. default to FALSE.
Methods
Method new()
Create a new ObsVsPredPlotConfiguration object
Usage
ObsVsPredPlotConfiguration$new(
lloqDirection = "vertical",
foldLinesLegend = FALSE,
foldLinesLegendDiagonal = FALSE,
...
)Arguments
lloqDirectionWhether to draw LLOQ lines for x (vertical), y (horizontal) or x and y (both).
foldLinesLegendWhether to draw fold lines in legend. default to FALSE.
foldLinesLegendDiagonalWhether to draw diagonal lines in legend for fold lines. default to FALSE.
...parameters inherited from
PlotConfiguration