View source: R/mully_visualization.R
plot.mully | R Documentation |
Plot the graph in 2D
## S3 method for class 'mully' plot(x, layout, ...)
x |
The input graph |
layout |
The layout. Can either be random or scaled |
... |
Other arguments to be passed to plot.igraph |
No return value. A 2D plot of the given graph is created.
g=mully::demo() plot(g,"Scaled")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.