View source: R/calcMMBMating.R
calcMMBMating | R Documentation |
Function to calculate MMB at mating.
calcMMBMating(
fshData,
avgSrvData,
avgType = "RE",
M = 0.18,
t.sf = 3/12,
t.fm = 4/12,
hm.pot = 0.2,
hm.trl = 0.8,
pct.male = 0.5,
showPlot = FALSE
)
fshData |
|
avgSrvData |
|
avgType |
|
M |
|
t.sf |
|
t.fm |
|
hm.pot |
|
hm.trl |
|
pct.male |
|
showPlot |
|
annual estimates of MMB at mating are calculated using
MMB_{mating} = (MMB_{survey} \cdot e^{-M \cdot t_{sf}}-M_F) \cdot e^{-M \cdot t_{fm}}
where
MMB_{survey}
is MMB at the time of the survey
t_{sf}
is the fraction of the year from the survey to the (pulse) fishery
t_{fm}
is the fraction of the year from the (pulse) fishery to mating
M
is the rate of natural mortality
M_F
is total fishing mortality (retained + discard mortality) on mature males
list with MMB at mating and other time series. Elements are:
mmbMat = MB at maturity
mmbFsh = MMB just prior to the fishery
mmbSrv = MMB at survey time
retM = retained mortality
dscM = list with elements:
tot = total discard mortality
gft = groundfish trawl fisheries mortality
gfp = groundfish pot fisheries mortality
crb = crab fisheries discard mortality
plots = list with elements:
MMB = MMB time series ggplot2 plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.