print.networkLite {networkLite} | R Documentation |
networkLite
Print Basic Summary of a networkLite
## S3 method for class 'networkLite'
print(x, ...)
x |
A |
... |
additional arguments |
This method prints a basic summary of a networkLite
object,
including network size, edge count, and attribute names.
The networkLite
is returned invisibly.