Skip to contents

Set default aggregation bins of tlf environment

Usage

setDefaultAggregationBins(bins = NULL)

Arguments

bins

Number of bins if value, edges if vector or binning function if function

Examples

# Set default number of bins
plotHistogram(x = rnorm(1000))


setDefaultAggregationBins(21)
plotHistogram(x = rnorm(1000))