calibrestat {mscalib}R Documentation

Constructor

Description

Returns object of class calibrestat. Used by function getrecalib.massvector. A calibrestat object is returned by the getrecalib.massvector method.

Usage

calibrestat(info,...)

Arguments

... can be Coeff.Intercept,Coeff.Slope,lengthvm,PQM,tcoor.
info unique identifier.

Author(s)

Witold Wolski wolski@molgen.mpg.de

See Also

getrecalib.massvector,

Examples

 data(mv1)
 res <- getrecalib(mv1)
 print(res)
 as.vector(res)
 summary(res)
 image(res)
 plot(res)

[Package mscalib version 0.5.9 Index]