plot.calibintstat {mscalib}R Documentation

Calibinstat Plotting

Description

Plots a line with intercept and slope given by the error model.

Usage

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

Arguments

... graphical parameters can be given as arguments to plot.
x object of class calibintstat

Author(s)

Witold Wolski wolski@molgen.mpg.de

Examples

 data(mv1)
 data(cal)
 res<-getintcalib(mv1,cal,error=500,ppm=TRUE)
 plot(res)

[Package mscalib version 0.5.9 Index]