Learn R Programming

ss3sim (version 0.9.0)

vbgf_func: Predict length given VBGF parameters

Description

External estimation procedure for von Bertalanffy growth.

Usage

vbgf_func(L1, L.inf, k, ages, a3)

Arguments

L1
mean length at youngest age which is well sampled in the data (a3)
L.inf
Length at infinity
k
von bertalanffy growth rate parameter
ages
vector of ages in the data for which you want to predict mean length-at-age
a3
youngest age which is well sampled in the data

Value

  • a vector of lengths predicted which correspond to the input ages vector.