infer_daily_rdii | R Documentation |
Get Rainfall-Derived Inflow and Infiltration (RDII)
infer_daily_rdii(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 minus GWI
data(DF) infer_daily_rdii(DF$date, DF$Buffalo, DF$rain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.