M_Lorenzen | R Documentation |
M_Lorenzen
Estimate natural mortality accordingly to Lorenzen methods (1996, 2000)
M_Lorenzen(list_age, M_inf, K, t0)
list_age |
list of age for which we want to estimate M |
M_inf |
Asymptotic natural mortality |
K |
Growth parameter |
t0 |
Growth parameter |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.