calc_z: Degree of compensation

View source: R/12_calc_z.R

calc_zR Documentation

Degree of compensation

Description

Calculate the parameter z, the degree of compensation

Usage

calc_z(MNPL_in, lh.params_in)

Arguments

MNPL_in

User-specified value for MNPL as a proportion of K (between 0 and 1)

lh.params_in

a list of life history parameters. Must contain S0, S1plus, nages, AgeMat, lambdaMax and z.

Details

Helper function for calculating z when user specifies MNPL

Value

the value of z corresponding to the user-defined value of MNPL.

Examples

calc_z(MNPL_in = 0.5,
lh.params_in = list(S0 = 0.944, S1plus = 0.99, AgeMat = 17, nages = 19,
fmax = 0.29, lambdaMax = 1.04, K1plus = 9000))


mcsiple/mmrefpoints documentation built on June 17, 2022, 8:41 p.m.