Recr_mat: Recruitment function applied to matrix

View source: R/Recr_mat.R

Recr_matR Documentation

Recruitment function applied to matrix

Description

Recr_mat returns a matrix of spatially referenced biomass of recruited fish to the population based on a stock-recruit relationship and some measure of variation.

Usage

Recr_mat(model, params, B, cv, ..)

Arguments

model

is a character detailing the recruitment function to use (currently 'BH' for Beverton and Holt or 'Ricker' for a Ricker stock-recruit relationship.

params

is a Numeric vector of length 2, containing labelled a and b parameters for the stock-recruit function. For Beverton and Holt a refers to the maximum recruitment rate in biomass, b refers to the Spawning Stock Biomass (SSB) required to produce half the maximum. For Ricker a refers to the maximum productivity per spawner and b the density dependent reduction in productivity as the stock increases.

B

is a Numeric matrix containing the SSB of the adult population from which the recruitment derives.

cv

is a Numeric vector containing the coefficient of variation in the recruitment function.

Value

returns the recruitment to the population in biomass.

Examples

Recr(model = 'BH', params = c("a" = 2000/4, "b" = 200/4), B =
matrix(c(1000,2000,500,750), nc = 2), cv = 0.1)

pdolder/MixFishSim documentation built on Oct. 17, 2023, 4:25 p.m.