vbgf: Basic von Bertalanffy growth function (VBGF)

View source: R/growth_funs.R

vbgfR Documentation

Basic von Bertalanffy growth function (VBGF)

Description

Basic von Bertalanffy growth function (VBGF)

Usage

vbgf(time, linf, k, t0)

Arguments

time

Time at which to calculate size

linf

The L parameter of the VBGF

k

The k parameter of the VBGF

t0

The t0

Value

A numeric vector of lengths given the age (or amount of time) and parameters

Examples

curve(vbgf(x, 30, 0.25, -0.2), 0, 10)
curve(vbgf(x, 30, (0.25 / 365), -0.2), 0, 10 * 365)

optistock documentation built on Aug. 24, 2023, 5:06 p.m.