View source: R/rvine_structure.R
plot.rvine_structure | R Documentation |
Plot one or all trees of an R-vine structure.
## S3 method for class 'rvine_structure' plot(x, ...) ## S3 method for class 'rvine_matrix' plot(x, ...)
x |
an |
... |
passed to |
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.