hist.calibintlist {mscalib} | R Documentation |
Computes histograms of the lengthmv, Coef.Intercept, Coef.Slope ...
## S3 method for class 'calibintlist': hist(x,...)
... |
further graphical parameters. |
x |
calibrelist |
Witold Wolski wolski@molgen.mpg.de
data(mvl) data(cal) mvl <- mvl[1:100] data(cal) ires <- getintcalib(mvl,cal,error=250) hist(ires)