stripqq {s20x} | R Documentation |
Strip charts and normal quantile-quantile plots
Description
Draws strip charts and normal quantile quantile plots of x for each value of the grouping variable g
Usage
stripqq(formula, ...)
## S3 method for class 'formula'
stripqq(formula, data = NULL, ...)
Arguments
formula |
A symbolic specification of the form |
data |
An optional data frame in which to evaluate the formula |
... |
Optional arguments that are passed to the |
Methods (by class)
-
stripqq(formula)
: Strip charts and normal quantile-quantile plots
Note
This function is deprecated and will be removed in later versions of the pacakge.
Examples
## Zoo data
data(zoo.df)
stripqq(attendance~day.type, data = zoo.df)
[Package s20x version 3.1-40 Index]