plot.wccv_pair: Plot Cross Covariance Pair

View source: R/covwv.R

plot.wccv_pairR Documentation

Plot Cross Covariance Pair

Description

Plots results of the a wccv_pair list in which additional parameters can be specified

Usage

## S3 method for class 'wccv_pair'
plot(
  x,
  theo.wccv = NULL,
  main = NULL,
  xlab = NULL,
  ylab = NULL,
  units = NULL,
  col_wccv = NULL,
  col_ci = NULL,
  nb_ticks_x = NULL,
  nb_ticks_y = NULL,
  ...
)

Author(s)

Justin Lee, Haotian Xu, and Stephane Guerrier

Examples

n = 10^5
Xt = cumsum(rnorm(n, 0, 0.01))
Wt = Xt + rnorm(n)
Yt = Xt + rnorm(n)
wcov = wccv_pair(Wt, Yt)
plot(wcov)

SMAC-Group/wv documentation built on Sept. 4, 2023, 5:15 a.m.