growthcurve {nlstools}R Documentation

Bacterial kinetics data sets

Description

A list of 4 bacterial kinetics data sets

Usage

data(growthcurve)

Format

A list containing 4 data frames with 2 columns (t: time, LOG10N: decimal logarithm of bacterial density)

Source

Data obtained by Florent Baty florent.baty@unibas.ch and Marie-Laure Delignette-Muller ml.delignette@vet-lyon.fr

Examples

data(growthcurve)
def.par <- par(no.readonly = TRUE)
par(mfrow = c(2,2))
plot(growthcurve$df1)
plot(growthcurve$df2)
plot(growthcurve$df3)
plot(growthcurve$df4)
par(def.par)

[Package nlstools version 0.0-5 Index]