Calc_VBGF_LAA {BayesGrowth}R Documentation

Calc_VBGF_LAA

Description

Calc_VBGF_LAA

Usage

Calc_VBGF_LAA(Linf, k, L0, Age)

Arguments

Linf

A single value of asymptotic length for the von Bertalanffy model

k

A single value of the growth completion parameter for the von Bertalanffy model

L0

A single value of length-at-birth for the von Bertalanffy model

Age

A single value or vector of ages to convert to length based on the von Bertalanffy model

Value

A vector of length-at-ages

Examples

# Calculate length-at-age for a von Bertalanffy growth curve with given parameters
# and age range
Age_Range <-  0:16
Calc_VBGF_LAA(Linf = 1630, k = 0.15, L0 = 71, Age = Age_Range)

[Package BayesGrowth version 1.0.0 Index]