Project an Age Structure Population Forward by 1 year #' Description

simulate_population(prev_naa, faa, recruitment, dem_params, options)

Arguments

prev_naa

numbers-at-age vector for previous year

faa

fishing mortality-at-age vector (dim [1, nages, nsexes, 1, nfleets])

recruitment

projected recruitment for the folliwing year

dem_params

demographic parameter matrices subsetted to 1 year and 1 region

options

model options list

Examples

if (FALSE) {
simulate_population(prev_naa, faa, recruitment, dem_params, options)}