Description Usage Arguments Value See Also Examples
Calculates the Jacobian matrix.
1 |
s_matrix |
The stochiometric matrix of the model. |
concs |
The concentrations of the substrates. Must be a named vector with
names being the metabolite names as used in |
deriv_func |
The function calculating the derivative. Must be of the
form func(idx, subs, concs) where idx is the index of the differentiation
variable, subs the stoichiometry of the substrates and concs the concentration
of substrates. See |
The Jacobian matrix of dimension n_s x n_r where entry (i,j) denotes the derivative dv[j]/dS[i].
stoichiometry
to calculate the stochiometric matrix.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.