stripqq {s20x} | R Documentation |
Draws strip charts and normal quantile quantile plots of x for each value of the grouping variable g
stripqq(x,...)
x |
A symbolic specification of the form `x ~ g' can be given, indicating the observations in the vector `x' are to be grouped according to the levels of the factor `g'. `NA's are allowed in the data. |
... |
Optional arguments that are passed to the plotting function. |
Returns the plot.
## Zoo data data(zoo) attach(zoo) stripqq(attendance~day.type)