This function returns an estimated suitable instream habitat area based on bypass and flow.
set_bypass_instream_habitat(bypass, flow)
bypass | one section of the bypasses ('yolo1', 'yolo2', 'sutter1', 'sutter2', 'sutter3', or 'sutter4') |
---|---|
flow | value used to determine habitat area |
habitat area in square meters
# habitat area in square meters for section 1 of the yolo bypass at 200 cfs set_bypass_instream_habitat('yolo1', 200)#> [1] 974867.7