Learn R Programming

cograph (version 1.5.2)

plot.cograph_network: Plot cograph_network Object

Description

Plot cograph_network Object

Usage

# S3 method for cograph_network
plot(x, ...)

Value

Invisible x.

Arguments

x

A cograph_network object.

...

Additional arguments passed to sn_render.

Examples

Run this code
adj <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3)
net <- cograph(adj)
plot(net)

Run the code above in your browser using DataLab