survivalcurve {nlstools}R Documentation

Bacterial survival data sets

Description

A list of 3 bacterial kinetics data sets

Usage

data(survivalcurve)

Format

A list containing 3 dataframes 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(survivalcurve)
def.par <- par(no.readonly = TRUE)
par(mfrow=c(2,2))
lapply(survivalcurve, plot, type = "b")
par(def.par)

[Package nlstools version 0.0-5 Index]