plot_hydraulic_events: Plot Hydraulic Events

Description Usage Arguments

Description

Plot Hydraulic Events

Usage

1
2
3
4
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, ...)

Arguments

hydraulicData

data frame with column DateTime, passed to the function given in FUN.plot_hydraulic_event

settings

list of settings (e.g. dictionary), passed to plotEventDistribution if plot.event.overview is TRUE

eventsAndStat

data frame containing event information

to.pdf

if TRUE, graphical output goes to a temporary pdf file

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 to.pdf is TRUE

plot.event.overview

if TRUE, plotEventDistribution is called

FUN.plot_hydraulic_event

function to be called to plot one event

...

arguments passed to the function given in FUN.plot_hydraulic_event


KWB-R/kwb.monitoring documentation built on May 17, 2019, 1:06 p.m.