mass-class: Class "mass" for mass spectrometry model storage.
Description
mass
is the class for mass spectrometry models; an object
of class "mass" is initialized if
mod_type = "mass"
is an
argument of initModel
.
All objects of class mass
are sub-classes of
class kin
; see documentation for kin
for a description of
these slots.Objects from the Class
Objects can be created by calls of the form new("mass", ...)
or
kin(...)
.Details
See kin-class
for an
example of the initialization of a
kin
object via the initModel
function.