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

graph_iplotR Documentation

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, ...)

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

Arguments

x

A graph object to be plotted.

...

Additional arguments

Author(s)

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

Examples


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


gRbase documentation built on Sept. 22, 2023, 5:12 p.m.