Glogist: Generalised Logistic growth curve model

Description Usage Arguments

View source: R/qfa.R

Description

Calculates the Generalised Logistic Model (http://en.wikipedia.org/wiki/Generalised_logistic_function) version of culture doubling time as a function of time t.

Usage

1
Glogist(K,r,g,v,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.

v

Shape parameter. Recover logistic model with v = 1.

t

Time since inoculation (d).


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

Related to Glogist in qfa...