vbgf {optistock}R 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)

[Package optistock version 0.0.2 Index]