graph_iplot function

Function for plotting graphs using the 'igraph' package.

Function for plotting graphs using the 'igraph' package.

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

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

Arguments

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

Examples

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

Author(s)

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