ccgammaplot: Function which plots the correlation among observed and...

Description Usage Arguments See Also

Description

Function which plots the correlation among observed and generated variables

Usage

1
2
3
4
5
6
7
ccgammaplot(x, y, use = "everything", corx = NULL,
  return.value = c("nooccurence", "occurence", "continuity_ratio",
  "nooccurence_gcorrelation", "nooccurence_correlation"), lag = 0,
  tolerance = 1e-04, valmin = 0.5, interval = c(-1, 1), nearPD = (lag >=
  0), xlab = "observed", ylab = "generated",
  title = "Spatial Correlation", season = FALSE, origin = "1960-01-01",
  ...)

Arguments

x

oberserved variable

y

generated variable

corx

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

return.value

string indicating which matrix returned by CCGamma. See

tolerance,valmin,interval,nearPD

see CCGamma

lag

lag expressed in days used for the computation in CCGamma. It must contain only one value, it must not be a vector.

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

use

see argement entry on cor.

...

further arguments for eastetics. See aes

See Also

CCGamma


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