Description Arguments Details Value Author(s) See Also
This function computes the value for C for each time and pool.
object |
This function takes a Model object, which represents a system of ODEs of the form
dC(t)/dt = I(t) + A(t)C(t)
and solves the system for C(t). The numerical solver used can be specified in the constructor of the Model class
e.g. Model, GeneralModel.
A matrix with m columns representing the number of pools, and n rows representing the times as specified by the argument
t in Model,GeneralModel or another model creating function.
Carlos A. Sierra, Markus Mueller
See examples in GeneralModel, GeneralModel_14, TwopParallelModel,
TwopSeriesModel, TwopFeedbackModel, etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.