qqplotprecWGEN_seasonal {RMAWGEN} | R Documentation |
Makes four seasonal qqplots (winter, spring, summer and autumn) of measured and simulated data for several stations.
Description
Makes four seasonal qqplots (winter, spring, summer and autumn) of measured and simulated data for several stations.
Usage
qqplotprecWGEN_seasonal(measured, simulated, origin = "1961-1-1",
xlab = "simulated[mm]", ylab = "measured[mm]",
title = "daily_precipitation", directorypdf,
station = names(simulated))
Arguments
measured |
matrix containing measured data (each station corresponds to a column) |
simulated |
matrix containing respective generated data (each station corresponds to a column) |
origin |
first day of data, see |
xlab , ylab |
|
title |
title |
directorypdf |
name of the directory (path included) where to seva the outputs |
station |
character vector containing IDs of analyzed stations. If |
Value
0 in case of success
Note
Uses qqplotprecWGEN
for each season of collected data and saves the output on pdf files. See the R code for further details.
Author(s)
Emanuele Cordano, Emanuele Eccel
See Also
[Package RMAWGEN version 1.3.7 Index]