This implements the non-standard evaluation version of the
grow
function.
grow_(x, mu, d, t)
x | initial concentration. |
---|---|
mu | new steady-state level. |
d | a degradation rate. |
t | a longitude of the modelled period. |
an expression for the calculation of the RNA level.
#> b - (b - a) * exp(-c * d)# b - (b - a) * exp(-c * d)