baranyi {cellGrowth} | R Documentation |
Baranyi growth model as defined in Kelly et al.
baranyi(x, mu, l, z0, zmax)
x |
|
mu |
|
l |
|
z0 |
|
zmax |
|
numeric
vector: log(OD) for the time points given
in x
Julien Gagneur
Kelly et al., The use of dummy data points when fitting bacterial growth curves, IMA Journal of Mathematics Applied in Medicine and Biology (1999) 16, 155-170
x = 1:1000 y = baranyi(x, mu=0.01, l=200, z0=1, zmax=5) plot(x,y)