Learn R Programming

TIMP (version 1.5)

kin-class: Class "kin" for kinetic model storage.

Description

kin is the class for kinetic models; an object of class "kin" is initialized if mod_type = "kin" is an argument of initModel. All objects of class kin are sub-classes of class dat; see documentation for dat for a description of these slots.

Arguments

Objects from the Class

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

Extends

Class dat-class, directly.

Details

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

See Also

dat-class, spec-class