Skip to contents

Plot Rain Event

Usage

plot_one_rain_gauge_event(
  rain,
  sigWidth_s = NULL,
  i = 2,
  Nmax = 1,
  boolLabels = FALSE,
  boolDebug = FALSE,
  myBlue = rainbow(8)[6],
  nMaxLabels = 60,
  dbg = FALSE
)

Arguments

rain

data frame containing rain data

sigWidth_s

signal width in seconds

i

Default: 2

Nmax

Default: 1

boolLabels

plot labels?

boolDebug

logical

myBlue

nice blue colour

nMaxLabels

# max number of labels per page

dbg

If TRUE, debug messages are shown