WeibullPeleg_iso: Isothermal Weibull-Peleg Model

Description Usage Arguments Value

View source: R/isothermal_models.R

Description

Returns the predicted logarithmic reduction in microbial count according to Weibull-Peleg's model for the time, temperature and model parameters given.

Usage

1
WeibullPeleg_iso(time, temp, n, k_b, temp_crit)

Arguments

time

numeric indicating the time at which the prediction is taken.

temp

numeric indicating the temperature of the treatment.

n

numeric defining shape factor of the Weibull distribution.

k_b

numeric indicating the slope of the b~temp line.

temp_crit

numeric with the value of the critical temperature.

Value

A numeric with the predicted logarithmic reduction (log10(N/N0)).


bioinactivation documentation built on Aug. 1, 2019, 5:05 p.m.