survivalcurve | R Documentation |
Bacterial kinetics data sets
data(survivalcurve1)
data(survivalcurve2)
data(survivalcurve3)
Data frames with 2 columns (t: time, LOG10N: decimal logarithm of bacterial density)
Data obtained by Florent Baty and Marie-Laure Delignette-Muller
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.