Get region for specified river by species
get_region.Rd
Function used to get region for rivers listed
in output of get_rivers
from the built-in
habitat data sets
Usage
get_region(river, species = c("ALE", "AMS", "BBH"), custom_habitat = NULL)
Arguments
- river
Character string specifying river name
- species
Character string specifying species for simulation. Choices include American shad (
"AMS"
), 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.