RVineTreePlot: Visualization of R-Vine Tree Structure

View source: R/RVineTreePlot.R

RVineTreePlotR Documentation

Visualization of R-Vine Tree Structure

Description

Function is deprecated since ⁠VineCopula 2.0⁠. Use plot.RVineMatrix() instead.

Usage

RVineTreePlot(
  x,
  tree = "ALL",
  type = 0,
  edge.labels = NULL,
  legend.pos = "bottomleft",
  interactive = FALSE,
  ...
)

Arguments

x

RVineMatrix object.

tree

"ALL" or integer vector; specifies which trees are plotted.

type

integer; specifies how to make use of variable names:
0 = variable names are ignored,
1 = variable names are used to annotate vertices,
2 = uses numbers in plot and adds a legend for variable names.

edge.labels

character; either a vector of edge labels or one of the following:
"family" = pair-copula family abbreviation (see BiCopName()),
"par" = pair-copula parameters,
"tau" = pair-copula Kendall's tau (by conversion of parameters)
"family-par" = pair-copula family and parameters
"family-tau" = pair-copula family and Kendall's tau.

legend.pos

the x argument for graphics::legend().

interactive

logical; if TRUE, the user is asked to adjust the positioning of vertices with his mouse.

...

Arguments passed to network::plot.network().

Author(s)

Thomas Nagler

See Also

plot.RVineMatrix()


VineCopula documentation built on July 26, 2023, 5:23 p.m.