All the arguments must be characters or language objects (expression, call or name).

growFrom0(mu, d, t)

Arguments

mu

new steady-state level.

d

a degradation rate.

t

a longitude of the modelled period.

Value

an expression to calculate the RNA level.

Examples

growFrom0("b","c","d")
#> b * (1 - exp(-c * d))
# b - b * exp(-c * d)