calc_z | R Documentation |
Calculate the parameter z, the degree of compensation
calc_z(MNPL_in, lh.params_in)
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. |
Helper function for calculating z when user specifies MNPL
the value of z corresponding to the user-defined value of MNPL.
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.