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(x,...)

Arguments

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.

Value

Returns the plot.

Examples

## Zoo data
data(zoo.df)
attach(zoo.df)
stripqq(attendance~day.type)
detach(zoo.df)

[Package s20x version 3.1-3 Index]