hist.calibrelist {mscalib}R Documentation

Histogram Plot

Description

Computes Histograms of the lengthmv, Coef.Intercept, Coef.Slope, PQM.

Usage

## S3 method for class 'calibrelist':
hist(x,...)

Arguments

... further graphical parameters.
x calibrelist

Author(s)

Witold Wolski wolski@molgen.mpg.de

Examples

 data(mvl)
 mvl<-mvl[1:100]
 res2 <- getrecalib(mvl) # get recalibration model for not filtered data
 hist(res2)

[Package Contents]