Description Usage Arguments Examples
View source: R/flow_survival.R
Calculates survival through a reach as a function of standardized flow in Sac3 reach
| 1 | flow_survival(reach = c("Sac1", "Sac2", "Sac3", "SS"), flow)
 | 
| reach | Sac1, Sac2, Sac3, or SS | 
| flow | Standardized flow in Sac3 on day entering reach | 
| 1 2 3 4 | flow_survival("Sac1", -5)
flow_survival("Sac1", 0)
flow_survival("Sac1", 5)
flow_survival("SS", 0)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.