Learn R Programming

biogrowth (version 1.0.6)

logistic_model: Logistic growth model

Description

Logistic growth model

Usage

logistic_model(times, logN0, mu, lambda, C)

Value

Numeric vector with the predicted microbial count

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 logN0 and the maximum log-count.