Learn R Programming

SoilR (version 1.1-23)

getAccumulatedRelease: Calculates the accumulated carbon release from the pools as a function of time

Description

This function computes the accumulated carbon release of the given model as funtion of time.

Usage

getAccumulatedRelease(object)

Arguments

object
A Model object (e.g. of class Model or Model14) Have a look at the methods for details.

Value

t in GeneralModel or other model creating functions.

Details

This function takes a Model object, calculates the release flux as specified by getReleaseFlux, and integrates numerically the release flux up to each time in t.

See Also

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