make_maxage | R Documentation |
The purpose of this function is to query the maximum age
in the selected river from built-in data set containing
region-specific max_ages
and.
make_maxage(
river,
sex = c("female", "male"),
species = c("AMS", "ALE", "BBH"),
custom_habitat = NULL
)
river |
River for which maximum age is needed. |
sex |
Sex of fish. If not specified, then mean of male and female maximum ages is returned for American shad, or pooled sex data used for river herring. |
species |
Species for which population dynamics will be simulated.
Choices include American shad ( |
custom_habitat |
A dataframe containing columns corresponding to the
those in the output from |
A numeric vector of length = 1
containing
maximum age of fish in population.
Atlantic States Marine Fisheries Commission
Atlantic States Marine Fisheries Commission (ASMFC). 2020. American shad benchmark stock assessment and peer-review report. ASMFC, Arlington, VA.
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_maxage(river = "Susquehanna", species = "AMS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.