vb.growth.f: Von Bertalanffy growth

Description Usage Arguments Examples

View source: R/proprecruit.R

Description

Using a Von Bertalanffy growth function and parameters you supply, show the trajectory for the supplied age vector

Usage

1
vb.growth.f(age.vector, Linf, k, t0, cv)

Arguments

age.vector

ages

Linf

VB maximum length (cm)

k

VB k

t0

VB t-zero

cv

coefficient of variation on length for an age

Examples

1
2
vb.growth.f(age.vector=1:40,Linf=42,k=0.086,t0=-1.57,cv=0.1)
cohort.props.f(birth.year=2011, final.year = 2030, Linf = 42, k = 0.086, t0 = -1.57, cv = 0.089)

duplisea/vbrecruit documentation built on Oct. 21, 2020, 6:10 p.m.