Description Usage Arguments Details Value Author(s)
View source: R/Recruitment_R.R
Computes the recruitment using Ricker Model.
1 | RRK(SSB, a, b)
|
SSB |
Maturity biomass for each year (spawning stock) |
a |
Recruits-per-spawner at low stock levels. |
b |
Relates to the rate of decreasing of recruits-per-spawner as SSB increases. |
The formulation of the Ricker equation is:
R=a*SSB*exp(-b*SSB)
where SSB is the Maturity biomass (spawning stock), a is the recruits-per-spawner at low stock levels and b relates to the rate of decreasing of recruits-per-spawner as SSB increases.
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.