flow_speed: Flow-speed relationship

Description Usage Arguments Examples

View source: R/flow_speed.R

Description

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.

Usage

1
flow_speed(reach = c("GeoDCC", "Sac1", "Sac2", "Verona_to_Sac"), flow)

Arguments

reach

GeoDCC, Sac1, Sac2, or Verona_to_Sac

flow

Flow on day entering reach

Examples

1
2
3
4
flow_speed("Sac1", 1e3)
flow_speed("Sac1", 1e4)
flow_speed("Sac1", 1e5)
flow_speed("GeoDCC", 1e4)

fishsciences/DeltaPassageModel documentation built on March 4, 2020, 5:03 p.m.