growthcurve: Bacterial kinetics data sets

growthcurveR Documentation

Bacterial kinetics data sets

Description

Bacterial kinetics data sets

Usage

  data(growthcurve1)
  data(growthcurve2)
  data(growthcurve3)
  data(growthcurve4)

Format

Data frames with 2 columns (t: time, LOG10N: decimal logarithm of bacterial density)

Source

Data obtained by Florent Baty and Marie-Laure Delignette-Muller

Examples

data(growthcurve1)
data(growthcurve2)
data(growthcurve3)
data(growthcurve4)
def.par <- par(no.readonly = TRUE)
par(mfrow = c(2,2))
plot(growthcurve1)
plot(growthcurve2)
plot(growthcurve3)
plot(growthcurve4)
par(def.par)

aursiber/nlsMicrobio documentation built on April 14, 2025, 4:06 p.m.