Description Usage Format Source Examples
Bacterial kinetics data sets
1 2 3 4 |
Data frames with 2 columns (t: time, LOG10N: decimal logarithm of bacterial density)
Data obtained by Florent Baty florent.baty@gmail.com and Marie-Laure Delignette-Muller ml.delignette@vetagro-sup.fr
1 2 3 4 5 6 7 8 9 10 11 | data(growthcurve1)
data(growthcurve2)
data(growthcurve3)
data(growthcurve4)
def.par <- par(no.readonly = TRUE)
par(mfrow = c(2,2))
plot(growthcurve1)
plot(growthcurve2)
plot(growthcurve3)
plot(growthcurve4)
par(def.par)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.