histogram for unit objects
object of class units, for which we want to plot the histogram
character; x axis label
character; title of histogram
parameters passed on to hist.default
units_options(parse = FALSE) # otherwise we break on the funny symbol!
u = set_units(rnorm(100), degree_C)
hist(u)