print.OCG function

Print a Summary of an OCG Object

Print a Summary of an OCG Object

This function prints summary statistics for an OCG object to the screen.

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

Arguments

  • x: An object of class OCG.
  • ...: Further arguments passed to or from other methods.

Returns

Prints summary data to the screen.

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.

Author(s)

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

Examples

## Generate graph and extract OCG communities. g <- swiss[,3:4] oc <- getOCG.clusters(g) ## Print summary statistics to the screen. print(oc)
  • Maintainer: Alex T. Kalinka
  • License: GPL (>= 2)
  • Last published: 2021-02-04