Learn R Programming

gRbase (version 2.0.3)

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

Description

Generic function for plotting graphs using the 'igraph' package.

Usage

iplot(x, ...)

# S3 method for igraph iplot(x, ...)

Arguments

x

A graph object to be plotted.

...

Additional arguments

Author

Søren Højsgaard, sorenh@math.aau.dk

Examples

Run this code

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

Run the code above in your browser using DataLab