qqplotprecWGEN: Makes a qqplot of measured and simulated data for several...

Description Usage Arguments Value Note Author(s)

Description

Makes a qqplot of measured and simulated data for several stations.

Usage

1
2
3
qqplotprecWGEN(measured, simulated, xlab = "simulated[mm]",
  ylab = "measured[mm]", title = "daily precipitation",
  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

see plot.default,qqplotWGEN

title

title

station

character vector containing IDs of analyzed stations. If NULL (default) all stations (columns of simulated and measured) are considered

diff, quantile

see qqplotWGEN

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


RMAWGEN documentation built on Dec. 12, 2019, 9:07 a.m.