Learn R Programming

tma (version 0.3.1)

print.network.matrix: Print Method for Network Matrix (S3 method)

Description

This S3 method prints a network matrix object, optionally including metadata. It adjusts the class and attaches adjacency key names for improved readability.

Usage

# S3 method for network.matrix
print(x, include.meta = TRUE, ...)

Value

Invisibly returns the printed object.

Arguments

x

An object of class "network.matrix" to print.

include.meta

Logical; whether to include metadata in the printout (currently not used).

...

Additional arguments passed to lower-level print methods.