plot.calibrelist {mscalib} | R Documentation |
Shows a matrix of scatterplots for different varialbes..
## S3 method for class 'calibrelist': plot(x,...)
... |
graphical parameters can be given as arguments to plot. |
x |
calibrelist |
Witold Wolski wolski@molgen.mpg.de
data(mvl) mvl<-mvl[1:100] res2 <- getrecalib(mvl) # get recalibration model for not filtered data plot(res2)