Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dBaranyi

Baranyi growth model


Description

Microbial growth model as defined in Baranyi and Roberts (1994). It has been implemented according to the requirements of ode. For consistency the function for isothermal growth, calculations are done considering mu is in log10 scale. In other words, it is multiplied by ln(10).

Usage

dBaranyi(time, state, pars, env_func, sec_models)

Arguments

time

numeric vector (length 1) of storage time

state

named numeric vector with two components: Q and N

pars

named numeric vector of model parameters (Nmax and mu_opt)

env_func

named list of functions returning the values of the environmental conditions for time (t)

sec_models

named list of parameters of the secondary model

Value

A numeric vector of two components according to the requirements of ode.


biogrowth

Modelling of Population Growth

v0.2.0
GPL-3
Authors
Alberto Garre [aut, cre] (<https://orcid.org/0000-0002-4404-3550>), Jeroen Koomen [aut], Heidy den Besten [aut], Marcel Zwietering [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.