View source: R/make_spawnrecruit_rh.R
make_spawnrecruit_rh | R Documentation |
Simulate proportion of population that is mature
spawners from sex-specific maturity schedules for river herring
in maki_pars
.
make_spawnrecruit_rh(
river,
sex = c("male", "female"),
species = c("ALE", "BBH"),
custom_habitat = NULL
)
river |
River for which maximum age is needed. |
sex |
A character indicating |
species |
A character indicating species of river herring, either
|
custom_habitat |
A dataframe containing columns corresponding to the
those in the output from |
The primary use of this function is to simulate proportion of mature spawners at each age in a population of river-herring based on region-specific probabilities of maturation at each age estimated from the Maki (YEAR) method in ASMFC (2024).
A numeric vector containing a single realization for proportion of mature fish at each age, from age 1 to maximum age.
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
make_spawnrecruit_rh(river = "Upper Hudson", species = "BBH", sex = "female")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.