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
defaultSymmetricAxes
Default option setting symmetric xAxis and/or yAxis limits when creating a
ObsVsPredPlotConfiguration
objectlloqDirection
Whether to draw LLOQ lines for x (vertical), y (horizontal) or x and y (both).
foldLinesLegend
Whether to draw fold lines in legend. default to FALSE.
foldLinesLegendDiagonal
Whether 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
lloqDirection
Whether to draw LLOQ lines for x (vertical), y (horizontal) or x and y (both).
foldLinesLegend
Whether to draw fold lines in legend. default to FALSE.
foldLinesLegendDiagonal
Whether to draw diagonal lines in legend for fold lines. default to FALSE.
...
parameters inherited from
PlotConfiguration