BevertonHolt: Beverton-Holt settler-recruit relationship

Description Usage Arguments Details Value Author(s) References

View source: R/dpr_model.R

Description

Calculates recruitment based on the settler-recruit relationship from Beverton & Holt (1957): slope * settlers / (1+slope*settlers/Rmax)

Usage

1
BevertonHolt(S, slope = 1/0.35, Rmax = 1)

Arguments

S

a vector of settlement values, 1 for each site.

slope

slope at the origin of the settler-recruit relationship. Can be a vector of same length as S.

Rmax

maximum recruitment value.

Details

slope and Rmax can both either be scalars or vectors of the same length as S.

Value

A vector of recruitment values.

Author(s)

David M. Kaplan dmkaplan2000@gmail.com

References

Beverton RJH, Holt SJ (1957) On the dynamics of exploited fish populations. H.M.S.O., London. 533 pp.


ConnMatTools documentation built on Feb. 3, 2020, 5:06 p.m.