doQuantplot {StabPerf}R Documentation

Quantile plot (plots quantiles for each sample and medians over groups)

Description

Quantile plot (plots quantiles for each sample and medians over groups)

Usage

doQuantplot(data, labels, ylim=NULL, main=NULL)

Arguments

data matrix or data.frame with samples in columns, variables in rows.
labels factor. Class labels for the samples in data
ylim See plot
main See plot

Details

Groups the samples according to the factors in labels and also plots 1st, 2nd and 3rd quartiles for each samples as well as 1st, 2nd, and 3rd quartiles for each class of samples.

Examples

doQuantplot(data,factors,ylim=c(-10,10), main="quantplot")

[Package StabPerf version 0.5 Index]