Description Usage Arguments Details Value Examples
View source: R/modBaran_without_Nmax.R
This is the primary predictive model developped by Baranyi & Roberts in 1994, to predict microbial behavior in food environments.The model modBaran_without_lag has four parameters (temps, mumax, log10N0, log10Nmax) without Nmax
1 | modBaran_without_Nmax(temp, mumax, lag, log10N0)
|
temp |
time (h) |
mumax |
maximum growth rate # a number |
lag |
lag time # a number |
log10N0 |
Initial population density #a number |
\begin{equation}\begin{array}{l} \mathrm{LOG} 10 \mathrm{N}=\mathrm{LOG} 10 \mathrm{N} 0+\operatorname{mumax}^{*} \mathrm{t} / \log (10)+\log 10≤ft(\exp ≤ft(-\operatorname{mumax}^{*} \mathrm{t}\right) *\right. \\ ≤ft.≤ft(1-\exp ≤ft(-\operatorname{mumax}^{*} \mathrm{Lag}\right)\right)+\exp ≤ft(-\operatorname{mumax}^{*} \mathrm{Lag}\right)\right) \end{array}\end{equation}
log10N #a number
1 | modBaran_without_Nmax(seq(0,48,0.5), 0.035, 4, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.