powered by
"hist"(x, xlab = NULL, main = paste("Histogram of", xname), ...)
units_options(parse = FALSE) # otherwise we break on the funny symbol! u = rnorm(100) * make_unit("°C") hist(u)
Run the code above in your browser using DataLab