modELPM: This function describes the extended Lambert–Pearson model...

Description Usage Arguments Details Value Examples

View source: R/modELPM.R

Description

This function describes the extended Lambert–Pearson model (ELPM), who model the effect of pH (as hydrogen and hydroxyl ions) over the whole biokinetic pH range.

Usage

1
modELPM(pH, P1, P2, P3, P4, muopt)

Arguments

pH

pH #a number

P1

a parameter of the ELPM model # a number

P2

a parameter of the ELPM model # a number

P3

a parameter of the ELPM model # a number

P4

a parameter of the ELPM model # a number

muopt

Optimal growth rate # a number a number

Details

\begin{equation}\begin{aligned} \frac{\mathrm{d} γ}{\mathrm{dpH}}=& 2.303≤ft\{P_{2}≤ft(\frac{10^{-\mathrm{pH}}}{P_{1}}\right)^{P_{2}}-P_{4}≤ft(\frac{10^{\mathrm{pH}-14}}{P_{3}}\right)^{P_{4}}\right\} \\ & \exp ≤ft(-≤ft(\frac{10^{-\mathrm{pH}}}{P_{1}}\right)^{P_{2}}+≤ft(\frac{10^{\mathrm{pH}-14}}{P_{3}}\right)^{P_{4}}\right) \end{aligned}\end{equation}

Value

mumax #maximum growth rate # a number

Examples

1
modELPM( 7.585261, 0.000132, 0.889, 0.0004, 0.0000005, 0.5)

Ghayabh/bacterial-growth documentation built on Dec. 31, 2020, 12:04 p.m.