gompertz.explain | R Documentation |
Graphical Example of Modified Gompertz Equation.
gompertz.explain(
N0 = 0.14,
Nmax = 1.43,
mu = 0.07,
lambda = 40,
xlim = c(0, 100)
)
N0 |
initial population. |
Nmax |
final/maximum population. |
mu |
growth rate. |
lambda |
latency time. |
xlim |
range of values to simulate |
No return value, called to plot a MicrobialGrowth object with the Gompertz model to illustrate the different coefficients.
gompertz.explain()
gompertz.explain(0.15, 2, 0.1, 40, c(0,100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.