View source: R/make_mortality.R
make_mortality | R Documentation |
The purpose of this function is to query the
instantaneous natural mortality (regional estimates)
for the selected river from built-in data set containing
region-specific mortality
for American shad or
mortality_rh
for river herring.
make_mortality(
river,
sex = c(NULL, "female", "male"),
species = c("AMS", "ALE", "BBH"),
custom_habitat = NULL
)
river |
River for which maximum age is needed. |
sex |
Fish sex. If |
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
natural instantaneous mortality 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_mortality(river = "Penobscot", species = "BBH")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.