plot.mully: Plot the graph in 2D

View source: R/mully_visualization.R

plot.mullyR Documentation

Plot the graph in 2D

Description

Plot the graph in 2D

Usage

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

Arguments

x

The input graph

layout

The layout. Can either be random or scaled

...

Other arguments to be passed to plot.igraph

Value

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

Examples

g=mully::demo()
plot(g,"Scaled")

frankkramer-lab/mully documentation built on Feb. 25, 2023, 2:40 a.m.