Calibintstat-class {mscalib} | R Documentation |
Calibration coefficients obtained by internal calibration.
Objects can be created by the call of the function getintcalib-methods
.
nrmatch
:"numeric"
: number of
peaks matched to theoretical masses ppm
:"logical"
: the mass
measurement error is either described in parts per million (ppm=TRUE) or in
arbitrary units (FALSE)error
:"numeric"
: Size of the
search window. lmmod
:"lmNULL"
: either object
of class lm
or NULL
info
:"character"
: identifier tcoor
:"numeric"
: target coordinatesCoeff.Intercept
:"numeric"
intercept coefficient Coeff.Slope
:"numeric"
slope coefficient lengthmv
:"numeric"
length of Massvector
quality
:"numeric"
: calibration
model quality index (developmental)
Class "Calibstat"
, directly.
signature(obx = "Massvector", oby =
"Calibintstat")
: applys Calibintstat
model to Massvector
signature(obx = "Massvectorlist", oby = "Calibintstat")
: ... signature(obx = "Calibintstat", oby = "Massvector")
: ... signature(obx = "Calibintstat", oby = "Massvectorlist")
: ... signature(from = "Calibintstat", to = "list")
: ... signature(from = "Calibintstat", to = "numeric")
: ... signature(from = "Calibintstat", to = "list")
: ... signature(x = "Calibintstat", y = "missing")
: ... signature(object = "Calibintstat")
: ...
Calibstat-class
,Calibprestat-class
##---- Should be DIRECTLY executable !! ----