Histogram
acro_hist(
data,
column,
breaks = 10,
freq = TRUE,
col = NULL,
filename = "histogram.png"
)The histogram.
The object holding the data.
The column that will be used to plot the histogram.
Number of histogram bins to be used.
If False, the result will contain the number of samples in each bin. If True, the result is the value of the probability density function at the bin.
The color of the plot.
The name of the file where the plot will be saved.