PlotGraphWithNodeNames {CausalR} | R Documentation |
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.
PlotGraphWithNodeNames(igraph)
igraph |
internal an igraph representation of an interaction network |
network visualisation
network <- system.file(package='CausalR', 'extdata', 'testNetwork.sif') ccg <- CreateCCG(network) PlotGraphWithNodeNames(ccg)