View source: R/utilities-reportingengine-env.R
setDefaultTimeProfileStatistics | R Documentation |
Set default statistics used in population time profiles and residuals plots
setDefaultTimeProfileStatistics(
statisticsType = NULL,
y = NULL,
ymin = NULL,
ymax = NULL,
yCaption = NULL,
rangeCaption = NULL
)
statisticsType |
Name of statistics type as defined in enum |
y |
Function or function name for middle values statistics |
ymin |
Function or function name for min values statistics |
ymax |
Function or function name for max values statistics |
yCaption |
Legend caption for middle values statistics |
rangeCaption |
Legend caption for range values statistics |
## Not run:
# Set the default statistics as geometric mean
setDefaultTimeProfileStatistics(statisticsType = StatisticsTypes$`Geometric mean`)
# Set the default legend caption displayed for range
setDefaultTimeProfileStatistics(rangeCaption = "90% population range")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.