Description Usage Arguments Details Value Examples
View source: R/modelPresserext.R
This extended Presser model was quoted by Tienungoon et al. (2000) for the full biokinetic range
1 | modelPresserext(pH, pHmin, pHmax, muopt)
|
pH |
pH # a number |
pHmin |
Minimal growth pH #a number |
pHmax |
Maximal growth pH #a number |
muopt |
Optimal growth rate # a number |
\begin{equation}\frac{μ_{\max }}{μ_{\mathrm{opt}}}=γ_{\mathrm{pH}}=≤ft(1-10^{\mathrm{pH}_{\min }-\mathrm{pH}}\right)≤ft(1-10^{\mathrm{pH}-\mathrm{pH}_{\max }}\right)\end{equation}
mumax #maximum growth rate # a number
1 2 | modelPresserext(7,3,9,0.5)
modelPresserext(c(7,5),3,9,0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.