npr | R Documentation |
Calculate numbers-per-recruit as a function of the bycatch rate assuming that 1+ animals are subject to bycatch E.
npr(S0, S1plus, nages, AgeMat, E = 0)
S0 |
Calf/pup survival, a numeric value between 0 and 1 |
S1plus |
Adult survival, a numeric value between 0 and 1 |
nages |
Plus group age in years |
AgeMat |
Age at maturity in years (must be equal to or less than nages) |
E |
Bycatch mortality rate, a numeric value between 0 and 1 |
A list of numbers per recruit (npr
), 1+ numbers per recruit (P1r
), and numbers at age per recruit (nvec
)
(unpr <- npr(S0 = 0.9, S1plus = 0.9, AgeMat = 11, nages = 13, E = 0)) # unfished nums per recruit (nprf <- npr(S0 = 0.9, S1plus = 0.9, AgeMat = 11, nages = 13, E = 0.8)) # nums per recruit at bycatch rate E
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.