graph_iplot | R Documentation |
Generic function for plotting graphs using the 'igraph' package.
iplot(x, ...)
## S3 method for class 'igraph'
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.