growthcurve {nlstools} | R Documentation |
A list of 4 bacterial kinetics data sets
data(growthcurve)
A list containing 4 data frames 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(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)