TimeProfilePlotConfiguration | R Documentation |
R6 class defining the configuration of a ggplot
object for time profile plots
tlf::PlotConfiguration
-> TimeProfilePlotConfiguration
lloqDirection
Whether to draw LLOQ lines for x (vertical), y (horizontal) or x and y (both).
y2Axis
YAxisConfiguration
object defining properties of y2-axis
new()
Create a new TimeProfilePlotConfiguration
object
TimeProfilePlotConfiguration$new( ..., y2label = NULL, y2Axis = NULL, y2Scale = NULL, y2ValuesLimits = NULL, y2AxisLimits = NULL, y2Limits = lifecycle::deprecated(), lloqDirection = "horizontal", data = NULL, metaData = NULL, dataMapping = NULL )
...
parameters inherited from PlotConfiguration
y2label
character or Label
object defining plot y2label
y2Axis
YAxisConfiguration
object defining y-axis properties
y2Scale
name of y2-axis scale. Use enum Scaling
to access predefined scales.
y2ValuesLimits
numeric vector of length 2 defining y values limits
y2AxisLimits
numeric vector of length 2 defining y axis limits
y2Limits
lloqDirection
Whether to draw LLOQ lines for x (vertical), y (horizontal) or x and y (both).
data
data.frame used by .smartMapping
metaData
list of information on data
dataMapping
R6 class or subclass TimeProfileDataMapping
A new TimeProfilePlotConfiguration
object
clone()
The objects of this class are cloneable with this method.
TimeProfilePlotConfiguration$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other PlotConfiguration classes:
AxisConfiguration
,
BackgroundConfiguration
,
BackgroundElement
,
BoxWhiskerPlotConfiguration
,
CumulativeTimeProfilePlotConfiguration
,
DDIRatioPlotConfiguration
,
ExportConfiguration
,
HistogramPlotConfiguration
,
LabelConfiguration
,
LegendConfiguration
,
LineElement
,
ObsVsPredPlotConfiguration
,
PKRatioPlotConfiguration
,
PieChartPlotConfiguration
,
PlotConfiguration
,
PlotGridConfiguration
,
QQPlotConfiguration
,
ResVsPredPlotConfiguration
,
ResVsTimePlotConfiguration
,
TornadoPlotConfiguration
,
XAxisConfiguration
,
YAxisConfiguration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.