cohort | R Documentation |
Simple cohort strength calculation based on catch-at-age
cohort(x, min = 2)
x |
catch-at-age (age x year) |
min |
min number of observations necessary for average |
calculates catch-at-age by cohort
caa <-matrix(rnorm(500,0.5,0.2),nrow=10,ncol=50) dimnames(caa) <- list(age=1:10,year=1951:2000) cohort(caa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.