Usage
sbpr(age = NULL, ssbwgt = NULL, partial = NULL, pmat = pmat,
M = NULL, pF = NULL, pM = NULL, MSP = 40, plus = FALSE,
oldest = NULL, maxF = 2, incrF = 1e-04)
Arguments
age
vector of cohort ages. If the last age is a plus group, do not add a "+" to the age.
ssbwgt
vector of spawning stock weights for each age. Length of vector must correspond to the length of the age vector.
partial
partial recruitment vector applied to fishing mortality (F) to obtain partial F-at-age. Length of this vector must match length of the age vector.
pmat
proportion of mature fish at each age. Length of this vector must match the length of the age vector.
M
vector containing a single natural mortality (M) rate if M is assumed constant over all ages, or a vector of
Ms, one for each age. If the latter, the vector length match the length of the age vector.
pF
the proportion of fishing mortality that occurs before spawning.
pM
the proportion of natural mortality that occurs before spawning.
MSP
the percentage of maximum spawning potential (percent MSP reference point) for which F and SBPR should be calculated.
plus
a logical value indicating whether the last age is a plus-group. Default is FALSE.
oldest
if plus=TRUE, a numeric value indicating the oldest age in the plus group.
maxF
the maximum value of F range over which SBPR will be calculated. SBPR is calculated for F = 0 to maxF.
incrF
F increment for SBPR calculation.