vbgf | R Documentation |
Basic von Bertalanffy growth function (VBGF)
vbgf(time, linf, k, t0)
time |
Time at which to calculate size |
linf |
The L∞ parameter of the VBGF |
k |
The k parameter of the VBGF |
t0 |
The t0 |
A numeric vector of lengths given the age (or amount of time) and parameters
curve(vbgf(x, 30, 0.25, -0.2), 0, 10)
curve(vbgf(x, 30, (0.25 / 365), -0.2), 0, 10 * 365)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.