powered by
Generic function for plotting graphs using the 'igraph' package and a plot method for graphNEL objects.
iplot(x, ...)# S3 method for graphNEL iplot(x, ...)
# S3 method for graphNEL iplot(x, ...)
A graph object to be plotted.
Additional arguments
# NOT RUN { UG <- ug(~a:b+b:c:d) iplot(UG) # }
Run the code above in your browser using DataLab