Computes the average selectivity-at-age and retention-at-age acting on a population when multiple fleets are present. Selectivity and retention are weighted based on user supplied weights.

calculate_joint_selret(sel, ret, prop_fs = c(0.5, 0.5))

Arguments

sel

selectivity-at-age ([1, nages, nesexes, nregions, nfleets])

ret

retention-at-age ([1, nages, nsexes, nregions, nfleets])

prop_fs

fleet weights

Examples

if (FALSE) { # \dontrun{
calculate_joint_selret(sel, ret, prop_fs=c(0.50, 0.50))
} # }