Description Usage Arguments Author(s) References Examples
Computes the Richard growth model and its inverse
y(t) = α/((1 + β * exp(-k * t))^(1 / m))
1 2 3 | richard(t, alpha, beta, k, m)
richard.inverse(x, alpha, beta, k, m)
|
t |
time |
alpha |
upper asymptote |
beta |
growth range |
k |
growth rate |
m |
slope of growth |
x |
size |
Daniel Rodriguez
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.
1 2 3 | growth <- richard(0:10, 10, 0.5, 0.3, 0.5)
time <- richard.inverse(growth, 10, 0.5, 0.3, 0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.