histogramPlot

open fun histogramPlot(proportions: Boolean = true): HistogramPlot(source)

Creates a plot for the histogram. The parameter, proportions indicates whether proportions (true) or frequencies (false) will be shown on the plot. The default is true.