| initModel {TIMP} | R Documentation |
Allows definition of a model of class "dat" to be used in analysis. The arguments specify the model.
initModel(...)
... |
specify the model class via the character string
e.g., kin-class or spec and
any of the slots associated with that model type (which is
a subclass of class dat, so that all slots in dat
may also be specified),
e.g., mod_type = "kin" will initialize a model with
class kin, for a kinetic model. |
For examples, see the help files for dat-class and
fitModel
an object of class dat with the sub-class given by the value of
the mod_type input.
Katharine M. Mullen, Ivo H. M. van Stokkum
dat-class, kin-class,
spec-class,
fitModel