make_habitat | R Documentation |
Function used to make habitat for rivers listed
in get_rivers
from the built-in dataset(s)
make_habitat(
river,
species = c("AMS", "ALE", "BBH"),
upstream,
custom_habitat = NULL
)
river |
Character string specifying river name |
species |
Species for which population dynamics will be simulated.
Choices include American shad ( |
upstream |
Proportional upstream passage through dams. A numeric vector
of length 1 or length matching the number of rows in habitat data for
selected |
custom_habitat |
A dataframe containing columns corresponding to the
those in the output from |
A numeric vector containing amount of accessible habitat in acres.
make_habitat(river = "Penobscot", species = "AMS", upstream = 0.9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.