UnBoundNonLinDecompOp {SoilR} | R Documentation |
Generic constructor for the class with the same name
Description
Generic constructor for the class with the same name
Usage
UnBoundNonLinDecompOp(
matFunc,
internal_fluxes,
out_fluxes,
numberOfPools,
state_variable_names,
timeSymbol,
operator
)
Arguments
matFunc |
function providing a compartmental matrix |
internal_fluxes |
fluxes among pools |
out_fluxes |
fluxes out of the pools |
numberOfPools |
number of pools in the system |
state_variable_names |
names of the pools |
timeSymbol |
character used to represent time |
operator |
a SoilR operator |
[Package SoilR version 1.2.107 Index]