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", ...)

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.

signif

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

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

...

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/RMAWGENplotAlpha documentation built on May 15, 2019, 8:53 p.m.