Learn R Programming

bipartite (version 2.19)

printoutModuleInformation: printoutModuleInformation

Description

This takes an object of the class moduleWeb and prints out the information about the modules stored in this object. It is a formatted print-out of the information one gets as result of the function listModuleInformation(moduleWebObject).

Usage

printoutModuleInformation(moduleWebObject)

Value

None. This function is called for its side effects of printing the content of its object in a more acceptable format.

Arguments

moduleWebObject

An object of class moduleWeb.

Author

Rouven Strauss

Examples

Run this code
if (FALSE) {
data(small1976)
moduleWebObject = computeModules(small1976)
printoutModuleInformation(moduleWebObject)
}

Run the code above in your browser using DataLab