cohort.props.f: Proportion of a cohort recruiting each year

Description Usage Arguments Examples

View source: R/proprecruit.R

Description

Using a Von Bertalanffy growth function and parameters you supply, this determines the proportion of a cohort's numbers and biomass that are at or above different size classes each year

Usage

1
cohort.props.f(birth.year, final.year, Linf, k, t0, cv)

Arguments

birth.year

four digit year of birth

final.year

four digit final year of the growth projection (birth year + average max age is good)

Linf

VB maximum length (cm)

k

VB k

t0

VB t-zero

cv

coefficient of variation on length for an age

Examples

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

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