Plot Hydraulic Event
plot_hydraulic_event(hydraulicData, settings, eventAndStat, sampleInformation = NULL, ylim.Q = NULL, rainData = NULL, gauges = NULL, left = 0.1, right = 0.1, innerMargins.HQ = c(0.2, left, 0.1, right), innerMargins.rain = c(0, left, 0.2, right), dbg = FALSE)
| hydraulicData | data frame with columns DateTime, H, Q, Q.raw, Q.raw.signal, Q.interpol |
|---|---|
| settings | list of settings containing additional information and passed to other functions |
| eventAndStat | passed to |
| sampleInformation | passed to |
| ylim.Q | passed to |
| rainData | optional. Data frame containing rain data |
| gauges | passed to |
| left | fraction of event length by which xlim is extended to the left |
| right | fraction of event length by which xlim is extended to the right |
| innerMargins.HQ | "inner margins" of H and Q plots. Default: c(0.2, left, 0.1, right) |
| innerMargins.rain | "inner margins" of rain plots. Default: c(0, left, 0.2, right) |
| dbg | logical. If |