RBH: Beverton-Holt Recruitment Model

Description Usage Arguments Details Value Author(s)

View source: R/Recruitment_B.R

Description

Computes the recruitment using Beverton-Holt Recruitment Model.

Usage

1
RBH(SSB, a, b)

Arguments

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.

Details

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.

Value

Vector containing the recruitment for each year.

Author(s)


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