96: a constructor for class Model

Description Arguments Value Author(s) See Also

Description

This method is wrapper for the generic constructor Model(... It tries to create a Model object from any combination of arguments that can be converted into the required set of building blocks for a model for n arbitrarily connected pools.

Arguments

t

A vector containing the points in time where the solution is sought.

A

something that can be converted to any of the available DecompositionOperator classes

ivList

A vector containing the initial amount of carbon for the n pools. The length of this vector is equal to the number of pools and thus equal to the length of k. This is checked by an internal function.

inputFluxes

something that can be converted to any of the available InFlux classes

solverfunc

The function used by to actually solve the ODE system. This can be deSolve.lsoda.wrapper or any other user provided function with the same interface.

pass

Forces the constructor to create the model even if it is invalid

Value

A model object that can be further queried.

Author(s)

Carlos A. Sierra, Markus Mueller

See Also

TwopParallelModel, TwopSeriesModel, TwopFeedbackModel


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

Related to 96 in SoilR...