Learn R Programming

MicrobialGrowth (version 1.0.0)

gompertz.explain: 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)
)

Value

No return value, called to plot a MicrobialGrowth object with the Gompertz model to illustrate the different coefficients.

Arguments

N0

initial population.

Nmax

final/maximum population.

mu

growth rate.

lambda

latency time.

xlim

range of values to simulate x and y.

Examples

Run this code
gompertz.explain()

gompertz.explain(0.15, 2, 0.1, 40, c(0,100))

Run the code above in your browser using DataLab