powered by
Linear equation.
.linear.formula(N0, Nmax, mu, lambda, base = NULL)
a function taking as input x (the time) and outputting the value of the linear equation.
initial radius.
final/maximum radius.
growth rate.
latency time.
decimal base used for plot y-scaling.
f <- .linear.formula(0.1, 2, 0.2, 5) f(4) ## [1] 0 f(20) ## [1] 3
Run the code above in your browser using DataLab