RVineTreePlot {VineCopula} | R 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 |
|
tree |
|
type |
integer; specifies how to make use of variable names: |
edge.labels |
character; either a vector of edge labels or one of the
following: |
legend.pos |
the |
interactive |
logical; if TRUE, the user is asked to adjust the positioning of vertices with his mouse. |
... |
Arguments passed to
|
Author(s)
Thomas Nagler