givegrowth: Maximal growth rate

Description Usage Arguments Value Note Examples

View source: R/givegrowth.R

Description

Give the maximal growth rate during a cinetic

Usage

1
2
 
givegrowth(y,x=c(1:length(y)),bw=12)

Arguments

y

Optical density at each step of the cinetic

x

Time at which each y value is measured. Assumed to be evenly spaced

bw

Bandwidth of the analysis. Smaller values are subjected to artifacts, higher values requires more points

Value

A single numeric value giving the maximal observed growth rate

Note

R Craig Mac Lean provided the algorithm used in this function

Examples

1
2
3
 
## Get max. growth rate
givegrowth(SSlogis(c(-10:10),1,2,1),bw=8)

SCiAn documentation built on May 2, 2019, 5:24 p.m.

Related to givegrowth in SCiAn...