Description Usage Arguments Details Value Examples
Place top elements into bottom elemens
1 | resolveRecurrence(variables)
|
variables |
named character vector |
If the names of top vector elements occur in the bottom of the vector, they are replaced by the character of the top entry. Useful for steady state conditions.
named character vector of the same length as variables
1 | resolveRecurrence(c(A = "k1*B/k2", C = "A*k3+k4", D="A*C*k5"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.