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

Description Usage Arguments

Description

Function which plots the correlation among observed and generated variables

Usage

1
2
3
4
corplot(x, y, use = "everything", corx = NULL, method = c("pearson",
  "kendall", "spearman"), 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.

use,method

see cor

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

...

further arguments for eastetics. See aes


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