inv_vb: The inverse von Bertalanffy function (iVBGF)

View source: R/growth_funs.R

inv_vbR Documentation

The inverse von Bertalanffy function (iVBGF)

Description

This function calculates the inverse of the VBGF, or, time it takes to grow to a particular length

Usage

inv_vb(len, linf, k, t0)

Arguments

len

Numeric. A length at which to determine how long it takes to grow

linf

The L parameter of the VBGF

k

The k parameter of the VBGF

t0

The t0

Value

A numeric vector of how long it takes to grow to length len

Examples

time <- 365
len_at_age <- vbgf(time, 30, (0.2 / 365), -0.2)
inv_vb(len_at_age, 30, (0.2/365), -0.2)

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