Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


growthmodels (version 1.0.0)

monomolecular: Monomolecular growth model

Description

Computes the monomolecular growth model $$y(t) = \alpha ( 1 - \beta exp(-k t))$$

Usage

monomolecular(t, alpha, beta, k)

Arguments

t
time
alpha
upper asymptote
beta
growth range
k
growth rate

References

D. Fekedulegn, M. Mac Siurtain, and J. Colbert, "Parameter estimation of nonlinear growth models in forestry," Silva Fennica, vol. 33, no. 4, pp. 327-336, 1999.

Examples

Run this code
growth <- monomolecular(0:10, 10, 0.5, 0.3)

Run the code above in your browser using DataLab