XAxisConfiguration: XAxisConfiguration

XAxisConfigurationR Documentation

XAxisConfiguration

Description

R6 class defining the configuration of X-axis

Super class

tlf::AxisConfiguration -> XAxisConfiguration

Methods

Public methods

Inherited methods

Method updatePlot()

Update axis configuration on a ggplot object

Usage
XAxisConfiguration$updatePlot(
  plotObject,
  yAxisLimits = NULL,
  ylim = lifecycle::deprecated()
)
Arguments
plotObject

ggplot object

yAxisLimits

values of axisLimits for y axis to prevent coord_cartesian to overwrite its properties

ylim

[Deprecated]. Replaced by yAxisLimits argument.

Returns

A ggplot object with updated axis properties


Method clone()

The objects of this class are cloneable with this method.

Usage
XAxisConfiguration$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, ObsVsPredPlotConfiguration, PKRatioPlotConfiguration, PieChartPlotConfiguration, PlotConfiguration, PlotGridConfiguration, QQPlotConfiguration, ResVsPredPlotConfiguration, ResVsTimePlotConfiguration, TimeProfilePlotConfiguration, TornadoPlotConfiguration, YAxisConfiguration


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