boxplot.units | R Documentation |
boxplot for unit objects
## S3 method for class 'units'
boxplot(x, ..., horizontal = FALSE)
x |
object of class units, for which we want to plot the boxplot |
... |
parameters passed on to boxplot.default |
horizontal |
logical indicating if the boxplots should be horizontal; default FALSE means vertical boxes. |
units_options(parse = FALSE) # otherwise we break on the funny symbol!
u = set_units(rnorm(100), degree_C)
boxplot(u)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.