Create Flow-To-Suitable-Area-Curve for Individual Reach (unscaled)

habitat_fsa_reach(reach, habitat_type = "rearing", units = "ft")

Arguments

reach

Integer comid identifier for reach

habitat_type

Either "rearing" or "spawning"

units

Desired units for output, either "ft" for square ft per linear ft, or "ac" for total acres

Value

A tibble with columns for flow (flow_cfs) and suitable habitat (habitat)

Examples


habitat_fsa_reach(reach = 7978069)
#> # A tibble: 50 x 2
#>    flow_cfs habitat
#>       <dbl>   <dbl>
#>  1     50.1   0.145
#>  2     56.2   0.145
#>  3     63.1   0.146
#>  4     70.8   0.146
#>  5     79.4   0.146
#>  6     89.1   0.147
#>  7    100     0.148
#>  8    112.    0.152
#>  9    126.    0.152
#> 10    141.    0.156
#> # i 40 more rows