| calc_spawners | R Documentation |
Internal function that calculates remaining spawners after broodtake and additional removals.
calc_spawners(broodtake, NO, HO, stray, phatchery, premove_HOS, premove_NOS, m)
broodtake |
List, returned by |
NO |
Matrix |
HO |
Matrix |
stray |
Matrix |
phatchery |
Numeric, proportion of |
premove_HOS |
Numeric, proportion of HO fish to remove (after brood). Can also be a function |
premove_NOS |
Numeric, proportion of NO fish to remove (after brood). Can also be a function |
m |
Numeric, mark rate |
Named list:
NOS [nage, n_g] natural-origin spawners
HOS [nage, n_r] hatchery-origin spawners
HOS_stray [nage, n_r] spawners that are strays
NO_remove [nage, n_g] natural-origin fish removed before spawning
HO_remove [nage, n_r] hatchery-origin fish removed before spawning
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.