Learn R Programming

optistock (version 0.0.2)

vbgf: Basic von Bertalanffy growth function (VBGF)

Description

Basic von Bertalanffy growth function (VBGF)

Usage

vbgf(time, linf, k, t0)

Value

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

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

Examples

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

Run the code above in your browser using DataLab