doQuantplot {StabPerf} | R Documentation |
Quantile plot (plots quantiles for each sample and medians over groups)
doQuantplot(data, labels, ylim=NULL, main=NULL)
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 |
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.
doQuantplot(data,factors,ylim=c(-10,10), main="quantplot")