print.linkcomm: Print a Summary of a 'linkcomm' Object

Description Usage Arguments Value Author(s) References Examples

View source: R/linkcomm_misc.R

Description

This function prints summary statistics for a linkcomm object to the screen.

Usage

1
2
## S3 method for class 'linkcomm'
print(x, ...)

Arguments

x

An object of class linkcomm.

...

Further arguments passed to or from other methods.

Value

Prints summary data to the screen.

Author(s)

Alex T. Kalinka alex.t.kalinka@gmail.com

References

Kalinka, A.T. and Tomancak, P. (2011). linkcomm: an R package for the generation, visualization, and analysis of link communities in networks of arbitrary size and type. Bioinformatics 27, 2011-2012.

Examples

1
2
3
4
5
6
## Generate graph and extract link communities.
g <- swiss[,3:4]
lc <- getLinkCommunities(g)

## Print summary statistics to the screen.
print(lc)

linkcomm documentation built on Feb. 4, 2021, 5:05 p.m.