make_eggs_rh | R Documentation |
Function used to simulate number of eggs
produced per female (total fecundity) for river herring in
rivers included in get_rivers
.
make_eggs_rh(river, species = c("ALE", "BBH"), custom_habitat = NULL)
river |
The river for which eggs will be simulated. |
species |
Species for which population dynamics will be simulated.
Choices include alewife ( |
custom_habitat |
A dataframe containing columns corresponding to the
those in the output from |
A vector containing age-specific potential annual
fecundity with length = max_age
.
The default methods of alewife and blueback herring uses a stochastic,
MCMC sampling approach to draw correlated sets of von Bertalanffy growth
parameters from built-in vbgf_...
datasets,
length-weight regression parameters in link{lw_pars_rh}
, and
length-fecundity relationships from Sullivan et al. (2019) to simulate the
number of eggs per female within genetic reporting groups (region
).
Atlantic States Marine Fisheries Commission. 2024. River herring benchmark stock assessment and peer-review report. ASMFC, Arlington, VA. URL: https://asmfc.org/uploads/file/66f59e40RiverHerringAssessment_PeerReviewReport_2024.pdf
Sullivan, K.M, M.M. Bailey, and D.L. Berlinksky. 2019. Digital Image Analysis as a Technique for Alewife Fecundity Estimation in a New Hampshire River. North American Journal of Fisheries Management 39:353-361.
make_eggs_rh(river = "Upper Susquehanna", species = "BBH")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.