Description Usage Arguments Value Examples
View source: R/PlotGraphWithNodeNames.r
Plots an igraph with the node names. Plots a igraph to the screen displaying the names of the nodes input rather than R's internal numbering.
1 | PlotGraphWithNodeNames(igraph)
|
igraph |
internal an igraph representation of an interaction network |
network visualisation
1 2 3 | network <- system.file(package='CausalR', 'extdata', 'testNetwork.sif')
ccg <- CreateCCG(network)
PlotGraphWithNodeNames(ccg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.