Learn R Programming

CausalR (version 1.4.3)

PlotGraphWithNodeNames: plot graph with node names

Description

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.

Usage

PlotGraphWithNodeNames(igraph)

Arguments

igraph
internal an igraph representation of an interaction network

Value

network visualisation

Examples

Run this code
network <- system.file(package='CausalR', 'extdata', 'testNetwork.sif')
ccg <- CreateCCG(network)
PlotGraphWithNodeNames(ccg)

Run the code above in your browser using DataLab