Skip to contents

plot_flows

Usage

plot_flows(
  discharge,
  xlab = "Tag im Jahr",
  ylab_inflow = "Zufluss (m3/d)",
  ylab_outflow = "Rohwasserabgabe (m3/d)",
  ylab_wildbed = "Wildbettabgabe (m3/d)"
)

Arguments

discharge

A data frame containing discharge data (must have `time`, `inflow`, `outflow`, `outflow_wb` columns).

xlab

Label for the x-axis for all plots.

ylab_inflow

Label for the y-axis of the inflow plot.

ylab_outflow

Label for the y-axis of the raw water outflow plot.

ylab_wildbed

Label for the y-axis of the wild bed outflow plot.

Value

A combined ggplot object using `ggpubr::ggarrange`.