Model_by_PoolNames {SoilR} | R Documentation |
Constructor for Model_by_PoolNames
Description
Constructor for Model_by_PoolNames
Usage
Model_by_PoolNames(
smod,
times,
mat,
initialValues,
inputFluxes,
internal_fluxes,
out_fluxes,
timeSymbol,
solverfunc
)
Arguments
smod |
see methods |
times |
a vector of times |
mat |
a compartmental matrix |
initialValues |
a vector of initial values |
inputFluxes |
a vector of input fluxes |
internal_fluxes |
flux rate among pools |
out_fluxes |
flux rates out of pools |
timeSymbol |
character symbol used to represent time |
solverfunc |
function used to solve system of ODEs |
Value
A possibly nonlinear Model(run) that contains information about the pool names and connectivity of the pools and is therefore the preferred representation for new code.
[Package SoilR version 1.2.107 Index]