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", "nooccurence_occurence",
  "occurence_nooccurence", "continuity_ratio", "nooccurence_gcorrelation",
  "nooccurence_correlation"), tolerance = .Machine$double.eps, valmin = 0.5,
  interval = c(-1, 1), nearPD = (lag >= 0), xlab = "observed",
  ylab = "generated", title = "Spatial Correlation", season = FALSE,
  origin = "1960-01-01", return.df = FALSE, ...)

Arguments

x

oberserved variable

y

generated variable

use

see argement entry on cor.

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

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

return.df

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

...

further arguments for eastetics. See aes

lag

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

See Also

CCGamma


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