View source: R/isothermal_models.R
| Metselaar_iso | R Documentation | 
Returns the predicted logarithmic reduction in microbial count according to Metselaars's model for the time, temperature and model parameters given.
Metselaar_iso(time, temp, D_R, z, p, Delta, temp_ref)
time | 
 numeric indicating the time at which the prediction is taken.  | 
temp | 
 numeric indicating the temperature of the treatment.  | 
D_R | 
 numeric defining the delta-value at the reference temperature.  | 
z | 
 numeric defining the z-value.  | 
p | 
 numeric defining shape factor of the Weibull distribution.  | 
Delta | 
 numeric reparametrization factor  | 
temp_ref | 
 numeric indicating the reference temperature.  | 
A numeric with the predicted logarithmic reduction
(log10(N/N0)).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.