boxqq | R Documentation |
Draws boxplots and normal quantile-quantile plots of x for each value of the grouping variable g
boxqq(formula, ...)
## S3 method for class 'formula'
boxqq(formula, data = NULL, ...)
formula |
A symbolic specification of the form |
... |
Arguments to be passed to methods, such as graphical parameters
(see |
data |
An optional data frame in which to evaluate the formula. |
Returns the plot.
boxqq(formula)
: Box plots and normal quantile-quantile plots
This function is deprecated and will be removed in later versions of the package.
## Zoo data
data(zoo.df)
boxqq(attendance ~ day.type, data = zoo.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.