calculate_spr_refpoints.Rd
Calculate fishing mortality and biological fisheries reference points via traditional SPR methods.
calculate_spr_refpoints(nages, dem_params, joint_selret, spr_target, rec)
number of ages in age structure
list of demographic parameters subset to a single year
list of total selectivity and retention across all fleets, weighted by relative fleet-specific fishing mortality (compute using `calculate_joint_selret`)
desired SPR proportion
recruitment used to calculate BRP
list of Fref and Bref
if (FALSE) { # \dontrun{
calculate_spr_refpoints(nages, dem_params, joint_selret, spr_target, rec)
} # }