Plot Hydraulic Events
plot_hydraulic_events(hydraulicData, settings, eventsAndStat, to.pdf = FALSE, rainData = NULL, gauges = NULL, landscape = TRUE, plot.event.overview = TRUE, FUN.plot_hydraulic_event = kwb.monitoring::plot_hydraulic_event, ...)
| hydraulicData | data frame with column |
|---|---|
| settings | list of settings (e.g. |
| eventsAndStat | data frame containing event information |
| to.pdf | if |
| rainData | passed to the function given in FUN.plot_hydraulic_event |
| gauges | passed to the function given in FUN.plot_hydraulic_event |
| landscape | orientation of pages in PDF file if |
| plot.event.overview | if |
| FUN.plot_hydraulic_event | function to be called to plot one event |
| ... | arguments passed to the function given in FUN.plot_hydraulic_event |