Learn R Programming

RMAWGEN (version 1.3.7)

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

Description

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

Usage

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
title

title

station

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

diff, quantile

Value

0 in case of success