TimeProfilePlotConfiguration
Source:R/timeprofile-plotconfiguration.R
TimeProfilePlotConfiguration.RdR6 class defining the configuration of a ggplot object for time profile plots
See also
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
Super class
tlf::PlotConfiguration -> TimeProfilePlotConfiguration
Public fields
lloqDirectionWhether to draw LLOQ lines for x (vertical), y (horizontal) or x and y (both).
Methods
Method new()
Create a new TimeProfilePlotConfiguration object
Usage
TimeProfilePlotConfiguration$new(
...,
y2label = NULL,
y2Axis = NULL,
y2Scale = NULL,
y2ValuesLimits = NULL,
y2AxisLimits = NULL,
y2Limits = lifecycle::deprecated(),
lloqDirection = "horizontal",
data = NULL,
metaData = NULL,
dataMapping = NULL
)Arguments
...parameters inherited from
PlotConfigurationy2labelcharacter or
Labelobject defining plot y2labely2AxisYAxisConfigurationobject defining y-axis propertiesy2Scalename of y2-axis scale. Use enum
Scalingto access predefined scales.y2ValuesLimitsnumeric vector of length 2 defining y values limits
y2AxisLimitsnumeric vector of length 2 defining y axis limits
y2LimitslloqDirectionWhether to draw LLOQ lines for x (vertical), y (horizontal) or x and y (both).
datadata.frame used by
.smartMappingmetaDatalist of information on
datadataMappingR6 class or subclass
TimeProfileDataMapping