Description Usage Arguments Examples
Displays an interactive network plot.
1 | DiNetplot(cgNetwork_list)
|
cgNetwork_list |
list of igraph objects, generated by cgNetwork(). |
1 2 3 | example.file <- system.file("extdata", "example.RData", package="cgNetwork")
load(example.file)
DiNetplot(cgNetwork_list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.