gompertz.explain: Graphical Example of Modified Gompertz Equation.

View source: R/gompertz.R

gompertz.explainR 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 x and y.

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))

MicrobialGrowth documentation built on April 12, 2025, 1:34 a.m.