print.calibintstat {mscalib} | R Documentation |
Print calibintstat
Description
`print' prints its argument and returns it invisibly (via `invisible(x)')
Usage
## S3 method for class 'calibintstat':
print(x,...)
Arguments
... |
|
x |
calibintstat object |
Value
info |
the id of the massvector |
type |
type of error |
Intercept |
Intercept of the mass dependent error |
Slope |
The slope of the mass dependent error |
Lenght pl |
Lenght of the peaklist |
mean |
mean of the error |
stdv |
stdv of the error |
nrmatch |
nr matches. |
Xcoor |
x coordinate on sample support |
Ycoor |
y coordinate on sample support |
Author(s)
Witold Wolski wolski@molgen.mpg.de
Examples
data(mv1)
data(cal)
res<-getintcalib(mv1,cal,error=500,ppm=TRUE)
print(res)
[Package
mscalib version 0.5.9
Index]