PlotTCI: Dynamic total connectedness plot

View source: R/PlotTCI.R

PlotTCIR Documentation

Dynamic total connectedness plot

Description

Visualize dynamic total connectedness

Usage

PlotTCI(
  dca,
  ca = NULL,
  path = NULL,
  ylim = c(NULL, NULL),
  width = 10,
  height = 5,
  ...
)

Arguments

dca

Connectedness object

ca

Compare dca object with a single connectedness object or a list of of connectedness objects

path

Path where plots should be saved

ylim

A vector including the lower and upper limit of the y-axis

width

The width of the graphics region in inches

height

The height of the graphics region in inches

...

Arguments to be passed to methods, such as graphical parameters (see par).

Value

Return connectedness plot


ConnectednessApproach documentation built on June 22, 2024, 10:22 a.m.