TaskSettings | R Documentation |
R6 class defining properties of plot task settings
bins
number or edges of bins when aggregation is used
stairstep
logical defining if plot uses stairstep when aggregation is used
digits
number significant digits used in reporting of numbers
nsmall
number decimal digits a accordingly with digits used in reporting of numbers
scientific
logical defining scientific notation is used in reporting of numbers
dodge
logical defining if observed data bars dodge simulated data bars in demography histogram
referenceGlobalRange
logical defining if reference population is plotted as range
scales
named list of logicals defining if log/linear plots are included
plotConfigurations
named list of PlotConfiguration
objects
defining aesthetic properties of reported plots
new()
Create a TaskSettings
object
TaskSettings$new(taskName)
taskName
name of the task using the settings
A new TaskSettings
object
clone()
The objects of this class are cloneable with this method.
TaskSettings$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.