fitFun: Model for the distribution of cell volumes

fitFunR Documentation

Model for the distribution of cell volumes

Description

This is an implementation of a model for the distribution of cell volumes that constitutes Equation 7 in the paper listed in the references. It evaluates volEq7 at a vector of volume (μ m^3) values.

Usage

fitFun(par,  t = 29, sigma_t = .3*t, V = 1:100)

Arguments

par

a list of parameter starting values, with elements A, r (μ m^3/h), and sigma_r (μ m^3/h)

t

a numeric value representing the average cell cycle time (h)

sigma_t

a numeric value representing the variability in the average cell cycle time t (h)

V

a numeric value representing the (vector of) volumes (μ m^3) at which the model is to be evaluated

Value

A numeric vector representing a cell volume (μ m^3) distribution.

References

Halter M, Elliott JT, Hubbard JB, Tona A, Plant AL (2009), "Cell Volume Distributions Reveal Cell Growth Rates and Division Times", Journal of Theoretical Biology, Vol 257, pp 124 - 130, DOI: 10.1016/j.jtbi.2008.10.031.

See Also

fitVolDist,fitFun


cellVolumeDist documentation built on April 25, 2022, 1:05 a.m.