Skip to contents

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 class 'network.matrix'
print(x, include.meta = TRUE, ...)

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.

Value

Invisibly returns the printed object.