Description Usage Arguments Examples
Calculates migration speed (km/day) as a function of flow (cfs). Relationships can predict negative speeds but drawing from truncated distribution in travel_time() constrains values.
| 1 | flow_speed(reach = c("GeoDCC", "Sac1", "Sac2", "Verona_to_Sac"), flow)
 | 
| reach | GeoDCC, Sac1, Sac2, or Verona_to_Sac | 
| flow | Flow on day entering reach | 
| 1 2 3 4 | flow_speed("Sac1", 1e3)
flow_speed("Sac1", 1e4)
flow_speed("Sac1", 1e5)
flow_speed("GeoDCC", 1e4)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.