M_Lorenzen: Natural mortality estimate

View source: R/M_Lorenzen.R

M_LorenzenR Documentation

Natural mortality estimate

Description

M_Lorenzen Estimate natural mortality accordingly to Lorenzen methods (1996, 2000)

Usage

M_Lorenzen(list_age, M_inf, K, t0)

Arguments

list_age

list of age for which we want to estimate M

M_inf

Asymptotic natural mortality

K

Growth parameter

t0

Growth parameter

Examples


list_age <- seq(0,3, by = 0.25)
M_inf <- 0.2
K <- 0.35
t0 <- -0.24

res <- M_Lorenzen(list_age, M_inf, K, t0)

res

polehalieutique/demerstem documentation built on Aug. 4, 2024, 5:12 a.m.