plot.cograph_network: Plot cograph_network Object

View source: R/methods-plot.R

plot.cograph_networkR Documentation

Plot cograph_network Object

Description

Plot cograph_network Object

Usage

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

Arguments

x

A cograph_network object.

...

Additional arguments passed to sn_render.

Value

The input object x, invisibly.

Examples

## Not run: 
adj <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3)
net <- cograph(adj)
plot(net)

## End(Not run)


cograph documentation built on April 1, 2026, 1:07 a.m.