View source: R/utilities-tlf.R
setDefaultAggregationBins | R Documentation |
Set default aggregation bins of tlf environment
setDefaultAggregationBins(bins = NULL)
bins |
Number of bins if value, edges if vector or binning function if function |
# Set default number of bins
plotHistogram(x = rnorm(1000))
setDefaultAggregationBins(21)
plotHistogram(x = rnorm(1000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.