plot_hydraulic_event: Plot Hydraulic Event

Description Usage Arguments

View source: R/plot_hydraulic_event.R

Description

Plot Hydraulic Event

Usage

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


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