| qqplotprecWGEN | R Documentation | 
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
)
| 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 | see  | 
| title | title | 
| station | character vector containing IDs of analyzed stations. If  | 
| diff,quantile | see  | 
0 in case of success
It uses qqplotWGEN and makes a figure for each pair of columns from measured and simulated. See the R code for further details.
Emanuele Cordano, Emanuele Eccel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.