survivalcurve {nlstools} | R Documentation |
A list of 3 bacterial kinetics data sets
data(survivalcurve)
A list containing 3 dataframes with 2 columns (t: time, LOG10N: decimal logarithm of bacterial density)
Data obtained by Florent Baty florent.baty@unibas.ch and Marie-Laure Delignette-Muller ml.delignette@vet-lyon.fr
data(survivalcurve) def.par <- par(no.readonly = TRUE) par(mfrow=c(2,2)) lapply(survivalcurve, plot, type = "b") par(def.par)