Makes a qqplot of measured and simulated data for several stations.
qqplotprecWGEN(
measured,
simulated,
xlab = "simulated[mm]",
ylab = "measured[mm]",
title = "daily precipitation",
station = NULL,
diff = FALSE,
quantile = 0
)
0 in case of success
matrix containing measured data (each station corresponds to a column)
matrix containing respective generated data (each station corresponds to a column)
see plot.default
,qqplotWGEN
title
character vector containing IDs of analyzed stations. If NULL
(default) all stations (columns of simulated
and measured
) are considered
see qqplotWGEN
Emanuele Cordano, Emanuele Eccel