Calculate recruitment from stock-recruit function
Usage
calc_recruitment(x, SRR = c("BH", "Ricker"), eq = FALSE, ...)
Arguments
- x
Numeric, either the spawning output or the equilibrium spawners per recruit, from which the recruitment will be calculated. See argument
eq
.- SRR
Character to indicate the functional form of the stock recruit function
- eq
Logical, indicates whether
x
is the spawning output (FALSE
) or equilibrium spawners per recruit (TRUE
)- ...
Parameters of the SRR function. Provide one of two sets of variables:
h
,R0
andphi0
, ora
andb
(alpha, beta values)