Plot H Columns

plot_H_columns(hydraulicData, h.threshold = 0,
  time.dependent.thresholds = NULL, xlim = NULL, ylim = NULL,
  innerMargins = default_inner_margins())

Arguments

hydraulicData

data frame with columns DateTime, H, H.interpol

h.threshold

H threshold at which a horizontal line is to be drawn (default: 0)

time.dependent.thresholds

passed to kwb.monitoring:::draw_thresholds_if_applicable

xlim

passed to plot_variable

ylim

passed to plot_variable

innerMargins

passed to plot_variable