calibrestat {mscalib} | R Documentation |
Returns object of class calibrestat. Used by function getrecalib.massvector
. A calibrestat object is returned by the getrecalib.massvector
method.
calibrestat(info,...)
... |
can be Coeff.Intercept,Coeff.Slope,lengthvm,PQM,tcoor. |
info |
unique identifier. |
Witold Wolski wolski@molgen.mpg.de
data(mv1) res <- getrecalib(mv1) print(res) as.vector(res) summary(res) image(res) plot(res)