corplotlag: corplotlag

Description Usage Arguments

Description

Function which plots the correlation among observed and generated variables

Usage

1
2
3
4
corplotlag(x, y, corx = NULL, xlab = "observed", ylab = "generated",
  title = "Spatial Correlation", season = FALSE, origin = "1960-01-01",
  return.just.data.frame = FALSE, lag = 1, cor.null.value = 0,
  useGPCA = 0, signif = 0.05, ...)

Arguments

x

oberserved variable, e. g. Tn_mes

y

generated variable, , e. g. Tn_gen

corx

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

lag

lag for autocorrelation

return.just.data.frame

logical value. If TRUE functions returns no plot but just the date frame between observed and modeled autocrosscorrelations. Default is FALSE.

cor.null.value

null value for correlation correspond test. See cocor.indep.groups or http://comparingcorrelations.org/.

useGPCA

integer value. If it is greater than 0, GPCA interations are made in preprocessing. See GPCA. Default is 0, no GPCA are preprocessed.

signif

singificance used to plot confindence interval. Default is 0.05 .

xlab,ylab,title

title and axis labels

season

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

origin

date corresponding to the first row

...

further arguments for eastetics. See aes


ecor/RMAWGENplotAlpha documentation built on May 15, 2019, 8:53 p.m.