Description Usage Arguments Value
View source: R/cfs_to_recharge.R
Convert the daily baseflow in cfs to a net infiltration (recharge) estimate in inches over a basin.
1 | cfs_to_recharge(date, baseflow, da)
|
date |
the date corresponding to the baseflow (class "Date"). |
baseflow |
the mean daily baseflow for the corresponding date. |
da |
the drainage area of the basin in square miles. |
A data frame containing the following fields:
date |
date corresponding to the baseflow value |
baseflow |
baseflow value in cfs |
month |
month of year (1-12) of the basteflow value |
day |
day of month (1-31) associated with baseflow value |
year |
calendar year associated with the baseflow value |
wy |
water year associated with the baseflow value |
total_daily_recharge_ft3 |
daily recharge in cubic feet |
recharge_in |
daily recharge over basin area, in inches |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.