hist.calibrelist {mscalib} | R Documentation |
Computes Histograms of the lengthmv, Coef.Intercept, Coef.Slope, PQM.
## S3 method for class 'calibrelist': hist(x,...)
... |
further graphical parameters. |
x |
calibrelist |
Witold Wolski wolski@molgen.mpg.de
data(mvl) mvl<-mvl[1:100] res2 <- getrecalib(mvl) # get recalibration model for not filtered data hist(res2)