plot.calibrelist {mscalib}R Documentation

Plot

Description

Shows a matrix of scatterplots for different varialbes..

Usage

## S3 method for class 'calibrelist':
plot(x,...)

Arguments

... graphical parameters can be given as arguments to plot.
x calibrelist

Author(s)

Witold Wolski wolski@molgen.mpg.de

Examples

 data(mvl)
 mvl<-mvl[1:100]
 res2 <- getrecalib(mvl) # get recalibration model for not filtered data
 plot(res2)

[Package mscalib version 0.5.9 Index]