Computes the von Bertalanffy growth model
vonBertalanffy(t, alpha, beta, k, m)vonBertalanffy.inverse(x, alpha, beta, k, m)
time
upper asymptote
growth range
growth rate
slope of growth
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.
growth <- vonBertalanffy(0:10, 10, 0.5, 0.3, 0.5)
# Calculate inverse function
time <- vonBertalanffy.inverse(growth, 10, 0.5, 0.3, 0.5)
Run the code above in your browser using DataLab