calcPrjMMB | R Documentation |
Function to calculate projected MMMB at mating based on a fishing mortality rate.
calcPrjMMB(
mmbSrvCurr,
Fm,
theta,
M = 0.18,
t.sf = 3/12,
t.fm = 4/12,
rec = 0,
verbose = FALSE
)
mmbSrvCurr |
|
Fm |
|
theta |
|
M |
|
t.sf |
|
t.fm |
|
rec |
|
verbose |
|
MMB-at-mating is projected from survey MMB for a given directed fishing mortality using:
MMB_f = MMB_s \cdot exp(-M \cdot t_{sf})
M_r = MMB_f \cdot (1-exp(-F))
M_d = \theta \cdot MMB_f
MMB_m = [MMB_f - (M_r + M_d)] \cdot exp(-M \cdot t_{fm}) + R
where MMB_s
is MMB at the time of the survey, M is the rate of natural mortality, t_{sf}
is the time (as a fraction of the year) between the survey and fishery, MMB_f
is MMB just before
the fishery, F is the retained mortality rate in the directed fishery, M_r
is retained catch mortality,
\theta
is the fraction of MMB_f
killed as discards, M_d
is discard catch mortality,
t_{fm}
is the time (as fraction of the year) between the fishery and mating, and R
is the assumed
recruitment to the mature male component of the stock at mating.
list with elements:
mmb = MMB_m
(t), MMB at time of mating (includes recruitment)
retM = retained mortality (t)
dscM = discard mortality on MMB (t) (NOT total discard mortality)
mmbBF = projected MMB just before the fishery (t)
mmbAF = projected MMB just after the fishery (t)
mmbBM = projected MMB just before mating (t)
rec = assumed recruitment to MMB at mating (t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.