infer_daily_wwf | R Documentation |
Calculate Wet-Weather Flow (WWF).
infer_daily_wwf(date, flow, rain)
date |
vector of date for flow and rain data |
flow |
vector of flow data, in GPD |
rain |
vector of rain, in inches |
vector of flow minus DWF
data(DF) infer_daily_wwf(DF$date, DF$Buffalo, DF$rain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.