vb_lengths returns the predicted length-at-age for given named set of parameters for the von Bertalanffy growth function:
$$l = L_{\infty} (1 - e^{-k(a - t_0)})$$
Usage
vb_lengths(theta, age)
Arguments
theta
A numeric vector with named values "linf", "k", "t0".