getAccumulatedRelease,Model-method {SoilR} | R Documentation |
Compute the time integral of the relaese fluxes over time
Description
The definite integral of the vector
of release fluxes over time from start to t, computed for all t in the
times
argument the modelrun has been created with.
Usage
## S4 method for signature 'Model'
getAccumulatedRelease(object)
Arguments
object |
A modelrun as produced by the constructors:
|
Value
A matrix with as many columns as there are pools
and as many rows as there are entries in the times
argument the model has been build with.
[Package SoilR version 1.2.107 Index]