get_mnpl: Calculate Maximum Net Productivity Level (MNPL)

View source: R/10_get_mnpl.R

get_mnplR Documentation

Calculate Maximum Net Productivity Level (MNPL)

Description

Calculate Maximum Net Productivity Level (MNPL)

Usage

get_mnpl(E.start = 0.001, lh.params)

Arguments

E.start

a starting guess for bycatch mortality rate that will result in MSYR (equivalent mathematically to FMSY for fisheries). A numeric value between 0 and 1.

lh.params

a list of life history parameters

Examples

get_mnpl(E.start = 0.001, 
lh.params = list(S0 = 0.944, S1plus = 0.99, AgeMat = 17, nages = 19,
z = 2.39, lambdaMax = 1.04, 
K1plus = 9000))


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