Creates all visNetwork plots, see visnetwork,
for all graphs in a cvn object
Arguments
- cvn
A
cvnobject, seeCVN- node_titles
Vector with title of the nodes (Default:
1:p)- titles
A list with
n_lambda_valuesvectors. Each vector is of the lengthm. Regulates the titles of the graphs (Default: no title)- show_core_graph
Shall the core graph be visualized (Default = TRUE)
- width
Edge width of the core graph
- color
String vector with two colors. The first color marks the edges in the core graph (Default: c("red", "blue"))
- igraph_layout
igraph layout (default: layout_in_circle)
- verbose
Verbose (Default:
TRUE)
Examples
if (FALSE) { # \dontrun{
path <- system.file("cvnfit.rda", package = "CVN")
load(path)
fit_plot <- visnetwork_cvn(fit)
fit_plot$plots[[1]][[1]]
} # }