growth_vb: Von Bertalanffy Growth

Description Usage Arguments Examples

View source: R/growth.R

Description

Function that calculates now length based on Von Bertalanffy growth.

Usage

1
growth_vb(length, years, linf = 1000, k = 0.19)

Arguments

length

A count indicating the length at capture.

years

A number indicating the number of years since capture.

linf

Length at infinity for Von Bertalanffy Growth Curve.

k

Growth coefficient for Von Bertalanffy Growth Curve.

Examples

1
2
3
4
growth_vb(100L, 0)
growth_vb(100L, 1)
growth_vb(100L, -1)
growth_vb(2000L, 1)

poissonconsulting/lexr documentation built on Feb. 18, 2021, 11:12 p.m.