make_s_spawn | R Documentation |
Function used to derive total in-river adult survival during the spawning migration from annual mortality and post-spawn survival.
make_s_spawn(nM, s_postspawn)
nM |
Instantaneous natural mortality rate. A numeric vector containing either an age-invariant natural mortality rate of length 1 or an age-specific natural mortality rate with length = max_age. |
s_postspawn |
Post spawning mortality calculated from the
output of |
A vector of length one containing pre-spawn survival.
make_s_spawn(0.68, 0.92)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.