gompertz.explain {MicrobialGrowth} | R Documentation |
Graphical Example of Modified Gompertz Equation.
Description
Graphical Example of Modified Gompertz Equation.
Usage
gompertz.explain(
N0 = 0.14,
Nmax = 1.43,
mu = 0.07,
lambda = 40,
xlim = c(0, 100)
)
Arguments
N0 |
initial population. |
Nmax |
final/maximum population. |
mu |
growth rate. |
lambda |
latency time. |
xlim |
range of values to simulate |
Value
No return value, called to plot a MicrobialGrowth object with the Gompertz model to illustrate the different coefficients.
Examples
gompertz.explain()
gompertz.explain(0.15, 2, 0.1, 40, c(0,100))
[Package MicrobialGrowth version 1.0.0 Index]