Create a formula object for the initial RNA level.

amount(x)

Arguments

x

a character or a language object (an expression, a call or a name)

Value

an expression for the initial RNA level

Examples

x <- amount("mu") degrade_(x, d_rate, time)
#> mu * exp(-d_rate * time)
# mu_0 * exp(-d_rate * time)