Learn R Programming

mully (version 2.1.38)

plot.mully: Plot the graph in 2D

Description

Plot the graph in 2D

Usage

# S3 method for mully
plot(x, layout, ...)

Value

No return value. A 2D plot of the given graph is created.

Arguments

x

The input graph

layout

The layout. Can either be random or scaled

...

Other arguments to be passed to plot.igraph

Examples

Run this code
g=mully::demo()
plot(g,"Scaled")

Run the code above in your browser using DataLab