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

Description Usage Arguments Author(s) Examples

Description

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

Usage

1
2
3
4
iplot(x, ...)

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

Arguments

x

A graph object to be plotted.

...

Additional arguments

Author(s)

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

Examples

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

DataSciBurgoon/gRbase documentation built on March 25, 2020, 12:03 a.m.