multiple_experiments {biogrowth} | R Documentation |
A set of growth experiments under dynamic conditions
Description
An example dataset illustrating the requirements of
fit_multiple_growth()
and
fit_multiple_growth_MCMC()
.
Usage
multiple_experiments
Format
A nested list with two elements. Each element corresponds to one experiment and is described by a list with two data frames:
- data
a tibble describing the microbial counts. It has 2 columns: time (elapsed time) and logN (logarithm of the microbial count)
.
- conditions
a tibble describing the environmental conditions. It has 3 columns: time (elapsed time), temperature (storage temperature) and pH (pH of the media).
[Package biogrowth version 1.0.4 Index]