modZwite: This model is developed by Zwietering et al. (1992,...

Description Usage Arguments Details Value Examples

View source: R/modZwite.R

Description

This model is developed by Zwietering et al. (1992, 1993).It's a square root type model but with an extra fitting parameter-c2

Usage

1
modZwite(pH, pHmin, pHmax, pHopt, muopt, c2)

Arguments

pH

pH # a number

pHmin

Minimal growth pH #a number

pHmax

Maximal growth pH #a number

pHopt

Optimal growth pH #a number

muopt

Optimal growth rate # a number

c2

a parameter # a number

Details

\begin{equation}γ_{\mathrm{pH}}=≤ft[\frac{≤ft(\mathrm{pH}-\mathrm{pH}_{\min }\right)≤ft(1-\exp ≤ft\{\mathrm{c}_{2}≤ft(\mathrm{pH}-\mathrm{pH}_{\max }\right)\right\}\right)}{≤ft(\mathrm{pH}_{\mathrm{opt}}-\mathrm{pH}_{\min }\right)≤ft(1-\exp ≤ft\{\mathrm{c}_{2}≤ft(\mathrm{pH}_{\mathrm{opt}}-\mathrm{pH}_{\max }\right)\right\}\right)}\right]^{2}\end{equation}

Value

mumax #maximum growth rate # a number

Examples

1
2
modZwite(5,3,9,7,0.5,0.4)
modZwite(c(5,7),3,9,7,0.5,0.4)

Ghayabh/predictive-microbiology documentation built on Nov. 14, 2020, 7:54 p.m.