This S3 method prints a network matrix object, optionally including metadata. It adjusts the class and attaches adjacency key names for improved readability.
# S3 method for network.matrix
print(x, include.meta = TRUE, ...)Invisibly returns the printed object.
An object of class "network.matrix" to print.
Logical; whether to include metadata in the printout (currently not used).
Additional arguments passed to lower-level print methods.