PlotGraphWithNodeNames: plot graph with node names

Description Usage Arguments Value Examples

View source: R/PlotGraphWithNodeNames.r

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

1

Arguments

igraph

internal an igraph representation of an interaction network

Value

network visualisation

Examples

1
2
3
network <- system.file(package='CausalR', 'extdata', 'testNetwork.sif')
ccg <- CreateCCG(network)
PlotGraphWithNodeNames(ccg)

Example output



CausalR documentation built on Nov. 8, 2020, 5:25 p.m.