powered by
Graphical Example of Modified Gompertz Equation.
gompertz.explain( N0 = 0.14, Nmax = 1.43, mu = 0.07, lambda = 40, xlim = c(0, 100) )
No return value, called to plot a MicrobialGrowth object with the Gompertz model to illustrate the different coefficients.
initial population.
final/maximum population.
growth rate.
latency time.
range of values to simulate x and y.
x
y
gompertz.explain() gompertz.explain(0.15, 2, 0.1, 40, c(0,100))
Run the code above in your browser using DataLab