Get.Hydrograph | R Documentation |
Get Hydrograph
Get.Hydrograph(Q, PU, DateRange)
Q |
Daily flow, in GPD |
PU |
Square rainfall matrix |
DateRange |
Time Window for analysis |
15-day Unit Hydrograph
data(DF) Ev <- Get.Events(DF$date, DF$Barnes, DF$rain) RD <- Get.RDII(DF$date, DF$Barnes, DF$rain) PU <- Lag.Rain(DF$rain) ## Not run: Get.Hydrograph(RD, PU, -21:21+Ev[1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.