Learn R Programming

RVAideMemoire (version 0.9-27)

byf.mqqnorm: QQ-plot for factor levels

Description

Draw a multivariate QQ-plot of numeric variables per level of a factor.

Usage

byf.mqqnorm(resp, fact)

Arguments

resp
a data frame or a matrix of numeric variables (each column giving a variable).
fact
a factor giving the groups to be plotted.

See Also

mqqnorm, qqPlot

Examples

Run this code
data(iris)
byf.mqqnorm(iris[,1:4],iris$Species)

Run the code above in your browser using DataLab