105: getC method Model

Description Arguments Details Value Author(s) See Also

Description

This function computes the value for C for each time and pool.

Arguments

object

Details

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.

Value

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.

Author(s)

Carlos A. Sierra, Markus Mueller

See Also

See examples in GeneralModel, GeneralModel_14, TwopParallelModel, TwopSeriesModel, TwopFeedbackModel, etc.


SoilR documentation built on May 4, 2017, 9:08 p.m.

Related to 105 in SoilR...