Learn R Programming

cellGrowth (version 1.16.0)

rosso: Rosso growth model

Description

Rosso growth model

Usage

rosso(x, mu, l, z0, zmax)

Arguments

x
vector: time points for which log(OD) must be computed
mu
scalar: maximal growth rate parameter
l
scalar: time lag parameter
z0
scalar: minimal log(OD) parameter
zmax
scalar: maximal log(OD) parameter

Value

vector: log(OD) for the time points given in x

Details

Rosso model is z0 if x

Examples

Run this code
x = 1:1000
y = rosso(x, mu=0.01, l=200, z0=1, zmax=5)
plot(x,y)

Run the code above in your browser using DataLab