| get_F | R Documentation |
Solves for apical instantaneous fishing mortality rate (F), proportional to fishing effort, from harvest rate (total retained catch over total abundance).
The apical F can be greater than the realized F, if retention < 1. Used by AHA()
get_F(
u = 0,
K = 0,
type = c("u", "catch"),
M,
N = 1,
vul = 1,
ret = 1,
release_mort = 0,
Fmax = 20
)
u |
Harvest rate, between 0-1 |
K |
Catch, between 0-Inf |
type |
Character, either |
M |
Instantaneous natural mortality rate |
N |
Abundance |
vul |
Vulnerability |
ret |
Retention rate |
release_mort |
Release mortality as a proportion, between 0-1. Only relevant if |
Fmax |
Maximum allowable value of F |
Numeric for the apical F
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.