rvinecopulib (version 0.5.5.1.1)

plot.rvine_structure: Plotting R-vine structures

Description

Plot one or all trees of an R-vine structure.

Usage

# S3 method for rvine_structure
plot(x, ...)

# S3 method for rvine_matrix plot(x, ...)

Arguments

x

an rvine_structure or rvine_matrix object.

...

passed to plot.vinecop_dist().

Examples

Run this code
# NOT RUN {
plot(cvine_structure(1:5))
plot(rvine_structure_sim(5))
mat <- rbind(c(1, 1, 1), c(2, 2, 0), c(3, 0, 0))
plot(rvine_matrix(mat))
plot(rvine_matrix_sim(5))
# }

Run the code above in your browser using DataCamp Workspace