Learn R Programming

RMAWGEN (version 1.3.7)

qqplotTnTxWGEN_seasonal: 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

qqplotTnTxWGEN_seasonal(measured, simulated, origin = "1961-1-1",
  xlab = "simulated[degC]", ylab = "measured[degC]",
  titles = c("Q-Qplot_An._Tx", "Q-Qplot_An._Tn"), directorypdf,
  station = NULL)

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 extractmonths for format and other information

xlab, ylab
titles

titles that will be added

directorypdf

name of the directory (path included) where to seva the outputs

station

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

Value

0 in case of success

See Also

qqplotTnTxWGEN,extractmonths