Learn R Programming

SoilR (version 1.1-23)

getC_method__Model: getC method Model

Description

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

Arguments

object

Value

t in Model,GeneralModel or another model creating function.

Details

This function takes a Model object, which represents a system of ODEs of the form $$\frac{d \mathbf{C}(t)}{dt} = \mathbf{I}(t) + \mathbf{A}(t) \mathbf{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.

See Also

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