Description Usage Arguments Details Value
This function describes the evolution of the single-cell growth probability with water activity (aw). For this, we used the model proposed by Jean Christophe Augustin and Aurelia Czarnecka-Kwasiborski in 2012, to describe the increase of the probability from 0 to 1 with increasing values of aw.
1 | Proba_aw(aw, awinf, awsup)
|
aw |
water activity value #a number |
awinf |
The cellular minimal value of aw for growth # a number |
awsup |
The cellular maximal value of aw for growth # a number |
\begin{equation}p≤ft(\mathrm{a}_{\mathrm{w}}\right)=≤ft\{\begin{array}{ll} 0, & \mathrm{a}_{\mathrm{w}} ≤q \mathrm{a}_{\mathrm{w}, \mathrm{inf}} \\ \frac{\mathrm{a}_{\mathrm{w}}-\mathrm{a}_{\mathrm{w}, \mathrm{inf}}}{\mathrm{a}_{\mathrm{w}, \mathrm{sup}}-\mathrm{a}_{\mathrm{w}, \mathrm{inf}}}, & \mathrm{a}_{\mathrm{w}, \text { inf }}<\mathrm{a}_{\mathrm{w}}<\mathrm{a}_{\mathrm{w}, \text { sup }} \\ 1, & \mathrm{a}_{\mathrm{W}} ≥q \mathrm{a}_{\mathrm{w}, \text { sup }} \end{array}\right.\end{equation}
proba_aw_Aug The single-cell growth probability # a number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.