ObsVsPredPlotConfiguration: ObsVsPredPlotConfiguration

ObsVsPredPlotConfigurationR Documentation

ObsVsPredPlotConfiguration

Description

R6 class defining the configuration of a ggplot object for Obs vs Pred plots

Super class

tlf::PlotConfiguration -> ObsVsPredPlotConfiguration

Public fields

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.

Active bindings

foldLineslegendType

translation of foldLinesLegendDiagonal in geom type.

Methods

Public 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

Returns

A new CumulativeTimeProfilePlotConfiguration object


Method clone()

The objects of this class are cloneable with this method.

Usage
ObsVsPredPlotConfiguration$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

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


Open-Systems-Pharmacology/TLF-Library documentation built on Feb. 8, 2025, 11:22 a.m.