get_f | R Documentation |
Calculate the fishing mortality based on catch. See Methot & Wetzel 2013, Appendix A.
get_f(
e_tmp = NULL,
b_tmp = NULL,
yr = yr,
season = season,
space = space,
m_season = NULL,
f_sel = NULL,
n_tmp = NULL,
wage_catch = NULL,
method = "Hybrid"
)
e_tmp |
Catch |
b_tmp |
Biomass |
m_season |
Natural mortality |
f_sel |
Fisheries selectivity |
n_tmp |
Numbers at age |
wage_catch |
Weight at age |
method |
Only 'Hybrid' implemented |
The fishing mortality value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.