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.Objects from the Class
Objects can be created by calls of the form new("kin", ...)
or
kin(...)
.Details
See dat-class
for an
example of the initialization of a
kin
object via the initModel
function.