Learn R Programming

wv (version 0.1.2)

plot.wccv_pair: Plot Cross Covariance Pair

Description

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

Usage

# S3 method for 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,
  ...
)

Arguments

Author

Justin Lee, Haotian Xu, and Stephane Guerrier

Examples

Run this code
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)

Run the code above in your browser using DataLab