BackgroundConfiguration | R Documentation |
R6 class defining the configuration of background
watermark
Label
object
plot
BackgroundElement
object
panel
BackgroundElement
object
xAxis
LineElement
object
yAxis
LineElement
object
y2Axis
LineElement
object
xGrid
LineElement
object
yGrid
LineElement
object
y2Grid
LineElement
object
new()
Create a new BackgroundConfiguration
object
BackgroundConfiguration$new( watermark = NULL, plot = NULL, panel = NULL, xAxis = NULL, yAxis = NULL, y2Axis = NULL, xGrid = NULL, yGrid = NULL, y2Grid = NULL )
watermark
Label
object defining properties of watermark
plot
BackgroundElement
object defining outside plot background properties
panel
BackgroundElement
object defining panel (inside of plot) background properties
xAxis
LineElement
object defining properties of x-axis
yAxis
LineElement
object defining properties of y-axis
y2Axis
LineElement
object defining properties of right y-axis
xGrid
LineElement
object defining properties of x-grid
yGrid
LineElement
object defining properties of y-grid
y2Grid
LineElement
object defining properties of right y-grid
A new BackgroundConfiguration
object
updatePlot()
Update background a ggplot
object from BackgroundConfiguration
properties
BackgroundConfiguration$updatePlot(plotObject)
plotObject
a ggplot
object
A ggplot
object
clone()
The objects of this class are cloneable with this method.
BackgroundConfiguration$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other PlotConfiguration classes:
AxisConfiguration
,
BackgroundElement
,
BoxWhiskerPlotConfiguration
,
CumulativeTimeProfilePlotConfiguration
,
DDIRatioPlotConfiguration
,
ExportConfiguration
,
HistogramPlotConfiguration
,
LabelConfiguration
,
LegendConfiguration
,
LineElement
,
ObsVsPredPlotConfiguration
,
PKRatioPlotConfiguration
,
PieChartPlotConfiguration
,
PlotConfiguration
,
PlotGridConfiguration
,
QQPlotConfiguration
,
ResVsPredPlotConfiguration
,
ResVsTimePlotConfiguration
,
TimeProfilePlotConfiguration
,
TornadoPlotConfiguration
,
XAxisConfiguration
,
YAxisConfiguration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.