Description Usage Arguments Details Value Author(s)
View source: R/Recruitment_B.R
Computes the recruitment using Beverton-Holt Recruitment Model.
1 | RBH(SSB, a, b)
|
SSB |
Maturity biomass for each year (spawning stock) |
a |
Maximum number of recruitments produced. |
b |
Spawning stock needed to produce recruitment equal to half maximum. |
The formulation of the Beverton-Holt Recruitment Model equation is:
R=a*SSB/(b+SSB)
where SSB is the Maturity biomass (spawning stock), a is the maximum number of recruitments produced and b is the spawning stock needed to produce recruitment equal to half maximum.
Vector containing the recruitment for each year.
Marta Cousido-Rocha
Santiago Cerviño López
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.