cohort: Simple cohort strength calculation based on catch-at-age

View source: R/cohort.R

cohortR Documentation

Simple cohort strength calculation based on catch-at-age

Description

Simple cohort strength calculation based on catch-at-age

Usage

cohort(x, min = 2)

Arguments

x

catch-at-age (age x year)

min

min number of observations necessary for average

Details

calculates catch-at-age by cohort

Examples

caa <-matrix(rnorm(500,0.5,0.2),nrow=10,ncol=50)
dimnames(caa) <- list(age=1:10,year=1951:2000)
cohort(caa)

iml-assess/catchR documentation built on Nov. 27, 2022, 7:35 p.m.