Function for plotting graphs using the 'igraph' package.
Generic function for plotting graphs using the 'igraph' package and a plot method for graphNEL objects.
iplot(x, ...) ## S3 method for class 'graphNEL' iplot(x, ...)
x |
A graph object to be plotted. |
... |
Additional arguments |
Søren Højsgaard, sorenh@math.aau.dk
UG <- ug(~a:b+b:c:d) iplot(UG)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.