print.networkLite {networkLite}R Documentation

Print Basic Summary of a networkLite

Description

Print Basic Summary of a networkLite

Usage

## S3 method for class 'networkLite'
print(x, ...)

Arguments

x

A networkLite object.

...

additional arguments

Details

This method prints a basic summary of a networkLite object, including network size, edge count, and attribute names.

Value

The networkLite is returned invisibly.


[Package networkLite version 1.0.5 Index]