minDate
and maxDate
must be given as "yyyy-mm-dd"
Timestamps of the day given in minDate
are included, whereas timestamps of
the day given in maxDay are excluded! This way it is easy to select whole
months or whole years by selecting the first day of the next month/year as
maxDate
.
It is assumed that all but the first columns contain rain
heights!
Usage
plotRainOverview(
rain,
minDate = "",
maxDate = "",
strTimestamp = "Zeitstempel",
boolMaxDateIncluded = FALSE,
Nmax_mm = NA,
cex = 0.9
)
Arguments
- rain
data frame containing rain data
- minDate
minimum date
- maxDate
maximum date
- strTimestamp
name of timestamp column. Default: "Zeitstempel"
- boolMaxDateIncluded
logical. Should the maximum date be included?
- Nmax_mm
Default: NA
- cex
character expansion factor. Default: 0.9