powered by
Basic von Bertalanffy growth function (VBGF)
vbgf(time, linf, k, t0)
A numeric vector of lengths given the age (or amount of time) and parameters
Time at which to calculate size
The L∞ parameter of the VBGF
The k parameter of the VBGF
The t0
curve(vbgf(x, 30, 0.25, -0.2), 0, 10) curve(vbgf(x, 30, (0.25 / 365), -0.2), 0, 10 * 365)
Run the code above in your browser using DataLab