doAssessment | R Documentation |
Function to do the assessment.
doAssessment(
assYr = 2014,
recentYear = 1990,
srvData = NULL,
fshData = NULL,
avgTypeForMMB = "IV",
yrsForBmsy = c(1980:1984, 1990:1997),
nYrsSrvIV = 3,
nYrsTheta = 3,
M = 0.18,
t.sf = 3/12,
t.fm = 4/12,
hm.pot = 0.5,
hm.trl = 0.8,
pct.male = 0.5,
gamma = 1,
alpha = 0.1,
beta = 0.25,
pdfType = "lognormal",
ci = 0.95,
verbose = FALSE,
showPlot = FALSE
)
assYr |
|
recentYear |
|
srvData |
|
fshData |
|
avgTypeForMMB |
|
yrsForBmsy |
|
nYrsSrvIV |
|
nYrsTheta |
|
M |
|
t.sf |
|
t.fm |
|
hm.pot |
|
hm.trl |
|
pct.male |
|
gamma |
|
alpha |
|
beta |
|
pdfType |
|
ci |
|
verbose |
|
showPlot |
|
Output units are in t for biomass, ones for abundance.
list consisting of the following elements:
data - list with elements:
fshData - dataframe with fishery data
srvData - dataframe with 'raw' survey data
avgSrvData - dataframe with 'smoothed' survey data
plots.RawData - list of ggplot2 objects
plots.AvgdData - list of ggplot2 objects
lstMMB - list from calcMMBMating
:
mmbMat = MB at maturity (t)
mmbFsh = MMB at fishery time (t)
mmbSrv = MMB at survey time (t)
retM = retained mortality (t)
dscM = list with elements:
tot = total discard mortality (t)
gft = groundfish trawl fisheries mortality (t)
gfp = groundfish pot fisheries mortality (t)
crb = crab fisheries discard mortality (t)
plots = list with elements:
MMB = MMB time series ggplot2 plot object
inputs.OFL - list of inputs to calcOFL
, with elements:
mmbSrvCurr - "current" value of MMB at survey time
Bmsy - B_{MSY}
from calcBmsy
theta - \theta
, from calcTheta
M - rate of natural mortality, M
gamma - value for the Tier 4 \gamma
constant (in Tier 4: F_{OFL_{max}} = \gamma \cdot M
)
alpha - value for the Tier 4 \alpha
constant
beta - value for the Tier 4 \beta
constant
t.sf - time from survey to fishery (as fraction of year)
t.fm - time from fishery to mating (as fraction of year)
lstOFL - list result from calcOFL
, with elements:
maxFofl = max allowed F_{OFL_{max}} (= \gamma \cdot M)
)
Bmsy = B_{MSY}
(in t)
Fofl = F_{OFL}
(in t)
prjMMB = projected MMB (in t)
retOFL = retained portion of total OFL (in t)
dscOFL = discard portion of total OFL (in t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.