Skip to contents

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


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.