Model_by_PoolNames | R Documentation |
Model_by_PoolNames
Constructor for Model_by_PoolNames
Model_by_PoolNames(
smod,
times,
mat,
initialValues,
inputFluxes,
internal_fluxes,
out_fluxes,
timeSymbol,
solverfunc
)
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.