boxqq {s20x} | R Documentation |
Box plots and normal quantile-quantile plots
Description
Draws boxplots and normal quantile-quantile plots of x for each value of the grouping variable g
Usage
boxqq(formula, ...)
## S3 method for class 'formula'
boxqq(formula, data = NULL, ...)
Arguments
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. |
Value
Returns the plot.
Methods (by class)
-
boxqq(formula)
: Box plots and normal quantile-quantile plots
Note
This function is deprecated and will be removed in later versions of the package.
Examples
## Zoo data
data(zoo.df)
boxqq(attendance ~ day.type, data = zoo.df)
[Package s20x version 3.1-40 Index]