stripqq: Strip charts and normal quantile-quantile plots

View source: R/stripqq.r

stripqqR 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 x ~ g can be given, indicating the observations in the vector ā€˜xā€™ are to be grouped according to the levels of the factor ā€˜gā€™. NAs are allowed in the data.

data

An optional data frame in which to evaluate the formula

...

Optional arguments that are passed to the stripchart function.

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)


s20x documentation built on Aug. 21, 2023, 5:07 p.m.