RRK: Ricker Recruitment Model

Description Usage Arguments Details Value Author(s)

View source: R/Recruitment_R.R

Description

Computes the recruitment using Ricker Model.

Usage

1
RRK(SSB, a, b)

Arguments

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.

Details

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.

Value

Vector containing the recruitment for each year.

Author(s)


IMPRESSPROJECT/ModelingPopulation documentation built on March 21, 2020, 12:14 a.m.