Skip to contents

plot rain events from given rain data. Rain data is filtered for rows where signals from all gauges are available and where the sum of signals is greater than zero.

Usage

create_and_plot_rain_events(
  frmRain,
  strTimestamp = "Zeitstempel",
  strPdf = NULL,
  dbg = FALSE
)

Arguments

frmRain

data frame containing rain data

strTimestamp

name of timestamp field, default: "Zeitstempel"

strPdf

optional. full path to pdf output file

dbg

If TRUE, debug messages are shown