qqplotTnTxWGEN {RMAWGEN} | R Documentation |
Makes a qqplot of measured and simulated data for several stations.
Description
Makes a qqplot of measured and simulated data for several stations.
Usage
qqplotTnTxWGEN(measured, simulated, xlab = "simulated[degC]",
ylab = "measured[degC]", titles = c("Q-Qplot_An._Tx",
"Q-Qplot_An._Tn"), station = NULL, diff = FALSE, quantile = 0)
Arguments
measured |
matrix containing measured data (each station corresponds to a column) |
simulated |
matrix containing respective generated data (each station corresponds to a column) |
xlab , ylab |
|
titles |
titles that will be added to |
station |
character vector containing IDs of analyzed station. If |
diff , quantile |
see |
Value
0 in case of success
Note
It uses qqplotWGEN
and makes a figure for each pair of columns from measured
and simulated
. See the R code for further details.
Author(s)
Emanuele Cordano, Emanuele Eccel
[Package RMAWGEN version 1.3.7 Index]