weeks_flooded: Duration of Floodplain Inundation

Description Usage Arguments Details Value Examples

View source: R/utils.R

Description

Function returns number of weeks of floodplain inundation given a flow for a watershed

Usage

1
weeks_flooded(ws, flow_cfs)

Arguments

ws

name of CVPIA watershed

flow_cfs

monthly mean flow in cubic feet per second

Details

These relationships between number of days inundated and the mean monthly flow are stored in weeks_inundated and referenced by this function. For watersheds without a defined relationship, a two week inundation duration is assumed.

Value

integer value for number of weeks

Examples

1
weeks_flooded('Yuba River', 900)

FlowWest/cvpiaHabitat documentation built on Oct. 27, 2020, 2:09 p.m.