print.cograph_network: Print cograph_network Object

View source: R/methods-print.R

print.cograph_networkR Documentation

Print cograph_network Object

Description

Print cograph_network Object

Usage

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

Arguments

x

A cograph_network object.

...

Ignored.

Value

The input object x, invisibly.

Examples

adj <- matrix(c(0, 1, 1, 1, 0, 1, 1, 1, 0), nrow = 3)
net <- cograph(adj)
print(net)


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