Learn R Programming

simecol (version 0.5-5)

chemostat: chemostat Model

Description

simecol example: Model of continuos culture of microorganisms (chemostat).

Usage

data(chemostat)

Arguments

See Also

simecol-package, sim, parms, init, times.

Examples

Run this code
data(chemostat)
  plot(sim(chemostat))

  parms(chemostat)["D"] <- 0.9 
  plot(sim(chemostat))

Run the code above in your browser using DataLab