Skip to contents

Plot Total Precipitation

Usage

plotTotalPrecipitation(
  rainStat,
  n = nrow(rainStat),
  main = "Total Precipitation",
  Nmax_mm = NA,
  cex = 0.9
)

Arguments

rainStat

data frame with column N_mm and row names indicating rain gauge names

n

number of rain series

main

plot title

Nmax_mm

maximum total precipitation in mm

cex

character expansion factor. Default: 0.9