resolveRecurrence {dMod} | R Documentation |
Place top elements into bottom elemens
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
resolveRecurrence(c(A = "k1*B/k2", C = "A*k3+k4", D="A*C*k5"))