richards_model {biogrowth} | R Documentation |
Richards growth model
Description
Richards growth model
Usage
richards_model(times, logN0, mu, lambda, C, nu)
Arguments
times |
Numeric vector of storage times |
logN0 |
Initial log microbial count |
mu |
Maximum specific growth rate (in ln CFU/t) |
lambda |
Lag phase duration |
C |
Difference between |
nu |
Parameter describing the transition between growth phases |
[Package biogrowth version 1.0.4 Index]