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

Description Usage Arguments Author(s) Examples

View source: R/iplot.R

Description

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

Usage

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

Arguments

x

A graph object to be plotted.

...

Additional arguments

Author(s)

S<f8>ren H<f8>jsgaard, sorenh@math.aau.dk

Examples

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

Example output



gRbase documentation built on May 2, 2019, 4:51 p.m.