Make age-specific proportion of spawners in population
make_spawnrecruit.Rd
The purpose of this function is to make age-specific
recruit to spawn probabilities for rivers listed in get_rivers
using built-in data sets for region-specific max_ages
and
maturity
.
Arguments
- river
River for which spawn recruit probabilities are requested.
- sex
Sex of fish. If not specified, then mean of male and female spawn recruit probabilities are returned.
- species
Species for which rivers are returned Choices include American shad (
"AMS"
), alewife ("ALE"
), and blueback herring ("BBH"
). If species is "ALE" or "BBH" then this function callsmake_spawnrecruit_rh
.- custom_habitat
A dataframe containing columns corresponding to the those in the output from custom_habitat_template(). NEED TO ADD LINK.