plot.calibintlist {mscalib} | R Documentation |
A matrix of scatterplots is produced.
## S3 method for class 'calibintlist': plot(x,...)
... |
graphical parameters can be given as arguments to plot. |
x |
object of class calibintlist |
Witold Wolski wolski@molgen.mpg.de
data(mvl) data(cal) mvl <- mvl[1:100] ires <- getintcalib(mvl,cal,error=250) plot(ires)