R/qqplotprecWGEN_seasonal.R
qqplotprecWGEN_seasonal.Rd
Makes four seasonal qqplots (winter, spring, summer and autumn) of measured and simulated data for several stations.
qqplotprecWGEN_seasonal(
measured,
simulated,
origin = "1961-1-1",
xlab = "simulated[mm]",
ylab = "measured[mm]",
title = "daily_precipitation",
directorypdf,
station = names(simulated)
)
matrix containing measured data (each station corresponds to a column)
matrix containing respective generated data (each station corresponds to a column)
first day of data, see extractmonths
for format and other information
title
name of the directory (path included) where to seva the outputs
character vector containing IDs of analyzed stations. If NULL
(default) all stations (columns of simulated
and measured
) are considered
0 in case of success
Uses qqplotprecWGEN
for each season of collected data and saves the output on pdf files. See the R code for further details.