PieChartPlotConfiguration | R Documentation |
R6 class defining the configuration of a ggplot
object for pie charts
tlf::PlotConfiguration
-> PieChartPlotConfiguration
colorPalette
color palette property from ggplot2
chartFont
Font
object defining properties of text within pie chart
start
Offset of starting point from 12 o'clock in radians. Offset is applied clockwise or anticlockwise depending on value of direction
clockwiseDirection
logical defining if values are displayed in clockwise order
new()
Create a new PieChartPlotConfiguration
object
PieChartPlotConfiguration$new( colorPalette = NULL, chartFont = NULL, start = 0, clockwiseDirection = TRUE, ... )
colorPalette
color palette property from ggplot2
chartFont
Font
object defining properties of text within pie chart
start
Offset of starting point from 12 o'clock in radians. Offset is applied clockwise or anticlockwise depending on value of direction
clockwiseDirection
logical defining if values are displayed in clockwise order
...
parameters inherited from PlotConfiguration
A new PieChartPlotConfiguration
object
clone()
The objects of this class are cloneable with this method.
PieChartPlotConfiguration$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
,
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.