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)

Arguments

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 kwb.monitoring:::.plotRainData

sampleInformation

passed to kwb.monitoring:::.partialPlot_H

ylim.Q

passed to kwb.monitoring:::.partialPlot_Q

rainData

optional. Data frame containing rain data

gauges

passed to kwb.monitoring:::.plotRainData if rainData is given

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 TRUE eventAndStat is printed.