Skip to contents

Custom plot method for CVN objects.

Usage

# S3 method for class 'cvn'
plot(x, ...)

Arguments

x

cvn object

...

Additional arguments to pass to visnetwork_cvn

See also

CVN

Examples

path <- system.file("cvnfit.RData", package = "CVN")
load(path)
fit <- plot(fit) 
#> Creating visNetwork plots for the CVN...
#> 
#> Number of graphs:                  9
#> Number of different lambda values: 1
#> Creating nodes...
#> Determining the 'core graphs'...
#> Create the subset of edges in the core graphs...
#> 
#> 
#> Create plots given the determined edges...
#> 
fit$plots[[1]][[4]]