Simulate number of eggs per fish for river herring
make_eggs_rh.Rd
Function used to simulate number of eggs
produced per female (total fecundity) for river herring in
rivers included in get_rivers
.
Usage
make_eggs_rh(river, species = c("ALE", "BBH"), custom_habitat = NULL)
Arguments
- river
The river for which eggs will be simulated.
- species
Species for which population dynamics will be simulated. Choices include alewife (
"ALE"
), and blueback herring ("BBH"
).- custom_habitat
A dataframe containing columns corresponding to the those in the output from custom_habitat_template(). NEED TO ADD LINK.