survivalcurve {nlstools}R Documentation

Bacterial survival data sets

Description

Bacterial kinetics data sets

Usage

data(survivalcurve1)
data(survivalcurve2)
data(survivalcurve3)

Format

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(survivalcurve1)
data(survivalcurve2)
data(survivalcurve3)
def.par <- par(no.readonly = TRUE)
par(mfrow=c(2,2))
plot(survivalcurve1, type="b")
plot(survivalcurve2, type="b")
plot(survivalcurve3, type="b")
par(def.par)

[Package nlstools version 0.0-8 Index]