Learn R Programming

gRbase (version 1.7-5)

iplot: Function for plotting graphs using the 'igraph' package.

Description

Generic function for plotting graphs using the 'igraph' package and a plot method for graphNEL objects.

Usage

iplot(x, ...) "iplot"(x,...)

Arguments

x
A graph object to be plotted.
...
Additional arguments

Examples

Run this code
UG <- ug(~a:b+b:c:d)
iplot(UG)

Run the code above in your browser using DataLab