ObsVsPredPlotConfiguration | R Documentation |
R6 class defining the configuration of a ggplot
object for Obs vs Pred plots
tlf::PlotConfiguration
-> ObsVsPredPlotConfiguration
defaultSymmetricAxes
Default option setting symmetric xAxis and/or yAxis limits when creating a ObsVsPredPlotConfiguration
object
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.
foldLineslegendType
translation of foldLinesLegendDiagonal
in geom type.
new()
Create a new ObsVsPredPlotConfiguration
object
ObsVsPredPlotConfiguration$new( lloqDirection = "vertical", foldLinesLegend = FALSE, foldLinesLegendDiagonal = FALSE, ... )
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
A new CumulativeTimeProfilePlotConfiguration
object
clone()
The objects of this class are cloneable with this method.
ObsVsPredPlotConfiguration$clone(deep = FALSE)
deep
Whether to make a deep clone.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.