View source: R/make_spawnrecruit.R
make_spawnrecruit | R Documentation |
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
.
make_spawnrecruit(
river,
sex = c("male", "female"),
species = c("ALE", "AMS", "BBH"),
custom_habitat = NULL
)
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 ( |
custom_habitat |
A dataframe containing columns corresponding to the
those in the output from |
A numeric vector of length = length(max_age)
depending
on maximum age in the selected river by region and species.
Atlantic States Marine Fisheries Commission
make_spawnrecruit(river = "Upper Hudson", species = "BBH")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.