QuantileQuantilePlot: Quantile-Quantile Plot

Description Usage Arguments Note

Description

Function which plots the correlation among observed and generated variables

Usage

1
2
3
4
QuantileQuantilePlot(x, y, qqx = NULL, xlab = "observed",
  ylab = "generated", title = paste("Quantile-Quantile at", station, sep =
  " "), season = FALSE, origin = "1960-01-01", station = "T0090",
  signif = 0.05, name_row = "xxx", return.data.frame = FALSE, ...)

Arguments

x

oberserved variable

y

generated variable

qqx

correlation of obervations. It must be a NULL object or a single correlation matrix or a list of correlation matrices.

xlab, ylab, title

title and axis labels

season

logical value. If TRUE (default) plots are separated per seasons.

origin

date releted of the first row

station, name_row

further arguments

signif

singificance used to plot confindence interval. Default is 0.05. (Actually not used!)

return.data.frame

logical value. Default is FALSE. If it is TRUE function returns a data frame object.

...

further arguments for eastetics. See aes

Note

For confidence intrval see https://www.stat.auckland.ac.nz/~ihaka/787/lectures-quantiles2-handouts.pdf, http://stackoverflow.com/questions/19392066/simultaneous-null-band-for-uniform-qq-plot-in-r https://support.sas.com/documentation/cdl/en/procstat/63104/HTML/default/viewer.htm#procstat_univariate_sect028.htm#procstat.univariate.clpctl Look here for T student http://en.wikipedia.org/wiki/Student%27s_t-distribution


ecor/RGENERATEPRECVis documentation built on May 15, 2019, 8:52 p.m.