View source: R/rearing_survival.R
Rearing survival based on rearing time and daily survival
1 2 3 4 5 6 7 | rearing_survival(
water_year_string,
date_index,
abundance,
duration,
location = c("Delta", "Yolo")
)
|
water_year_string |
Water year (1997-2011) as a string |
date_index |
Index of date in a water year at start of rearing period; in all years except WY1997, equivalent to day of water year |
abundance |
Abundance at start of rearing period |
duration |
Number of days spent rearing |
location |
Rearing location: Delta or Yolo |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.