Learn R Programming

cograph (version 2.0.0)

print.cograph_network: Print cograph_network Object

Description

Print cograph_network Object

Usage

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

Value

The input object x, invisibly.

Arguments

x

A cograph_network object.

...

Ignored.

Examples

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

Run the code above in your browser using DataLab