plot.calibintstat {mscalib} | R Documentation |
Plots a line with intercept and slope given by the error model.
## S3 method for class 'calibintstat': plot(x,...)
... |
graphical parameters can be given as arguments to plot. |
x |
object of class calibintstat |
Witold Wolski wolski@molgen.mpg.de
data(mv1) data(cal) res<-getintcalib(mv1,cal,error=500,ppm=TRUE) plot(res)