logist: Logistic growth curve model

Description Usage Arguments

View source: R/qfa.R

Description

Logistic Model(http://en.wikipedia.org/wiki/Logistic_function#In_ecology:_modeling_population_growth) for culture growth curves, describing variation in culture cell density with time t.

Usage

1
logist(K,r,g,t)

Arguments

K

Culture carrying capacity (AU). Same units as (normalised) cell density observed in growth curve.

r

Culture growth rate parameter (per day).

g

Inoculum denisty (AU). Same units as (normalised) cell density observed in growth curve.

t

Time since inoculation (d).


qfa documentation built on Feb. 22, 2020, 3:01 a.m.

Related to logist in qfa...