hconv {MSEtool}R Documentation

Stock recruit parameterization

Description

Convert stock recruit parameters from steepness parameterization to alpha/beta (and vice versa)

Usage

hconv(alpha, phi0, SR = 1, type = 1)

R0conv(alpha, beta, phi0, SR = 1, type = 1)

SRalphaconv(h, phi0, SR = 1, type = 1)

SRbetaconv(h, R0, phi0, SR = 1, type = 1)

Arguments

alpha

Alpha parameter

phi0

Unfished spawners per recruit

SR

Stock-recruit function: (1) Beverton-Holt, or (2) Ricker

type

The parameterization of the Beverton-Holt function with respect to alpha and beta. See details.

beta

Beta parameter

h

Steepness parameter

R0

Unfished recruitment parameter

Details

The Type 1 Beverton-Holt equation is

R = \alpha S/(1 + \beta S)

The Type 2 Beverton-Holt equation is

R = S/(\alpha + \beta S)

The Ricker equation is

R = \alpha S \exp(-\beta S)

Value

A numeric.

Functions

Author(s)

Q. Huynh


[Package MSEtool version 3.7.1 Index]