LineElement | R Documentation |
R6 class defining the properties of background line elements
tlf::BackgroundElement
-> LineElement
createPlotElement()
Create a ggplot2::element_line
directly usable by ggplot2::theme
.
LineElement$createPlotElement(color = NULL, size = NULL, linetype = NULL)
color
character color of the frame of the background element
size
character size of the frame of the background element
linetype
character linetype of the frame of the background element
An element_line
object.
clone()
The objects of this class are cloneable with this method.
LineElement$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other PlotConfiguration classes:
AxisConfiguration
,
BackgroundConfiguration
,
BackgroundElement
,
BoxWhiskerPlotConfiguration
,
CumulativeTimeProfilePlotConfiguration
,
DDIRatioPlotConfiguration
,
ExportConfiguration
,
HistogramPlotConfiguration
,
LabelConfiguration
,
LegendConfiguration
,
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.