growth_VB: von Bertalanffy growth function

Description Usage Arguments Examples

View source: R/growth_VB.R

Description

growth_VB describes the growth as a function of age (t) using the von Bertalanffy growth function

Usage

1
growth_VB(Linf, K, t, t0)

Arguments

Linf

Infinite length

K

growth constant

t

age

t0

(hypothetical) age at length zero

Examples

1
2
3
t <- seq(0,5,0.1)
L <- growth_VB(Linf=100, K=0.5, t=t, t0=-0.2)
plot(t, L, t="l")

marchtaylor/fishdynr documentation built on May 21, 2019, 11:27 a.m.