Learn R Programming

TIMP (version 1.5)

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.

Arguments

Objects from the Class

Objects can be created by calls of the form new("mass", ...) or kin(...).

Extends

Class kin-class, directly.

Details

See kin-class for an example of the initialization of a kin object via the initModel function.

See Also

kin-class, spec-class