Take a vector of values and get the histogram for integer breaks
Source:R/observations_to_histogram.R
observations_to_histogram.Rd
Take a vector of values and get the histogram for integer breaks
Arguments
- x
a vector of observations
- histogram_bin_width
Size of histogram bin, assuming a base 1 system
Examples
if (FALSE) observations_to_histogram(sample(1:10, 100, replace = T))