Run one replicate of the model; a replicate is a water_year/chinook_run combination
1 2 3 4 5 | run_one_rep(
water_year_string,
chinook_run,
ocean_year_type = c("length", "intercept")
)
|
water_year_string |
Water year (1997-2011) as a string |
chinook_run |
Run timing classification: Fall, LateFall, Winter, Spring |
ocean_year_type |
Type of ocean survival relationship used for that year: length or intercept |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.