powered by
Plot the graph in 2D
# S3 method for mully plot(x, layout, ...)
No return value. A 2D plot of the given graph is created.
The input graph
The layout. Can either be random or scaled
Other arguments to be passed to plot.igraph
g=mully::demo() plot(g,"Scaled")
Run the code above in your browser using DataLab