Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

listModuleInformation

listModuleInformation


Description

This function takes an object of class "moduleWeb" and returns information about the names of the nodes of which the computed modules exist.

Usage

listModuleInformation(moduleWebObject)

Arguments

moduleWebObject

Object of class "moduleWeb"

Value

The value of the function is a list of lists of lists of vectors representing the names of the nodes involved in a certain module.

value[[x]][[y]][[1]]

vector with the names of the "row nodes" comprised by the z.th module in depth x-1 (sic!)

value[[x]][[y]][[2]]

vector with the names of the "column nodes" comprised by the z.th module in depth x-1 (sic!)

Author(s)

Rouven Strauss

Examples

## Not run: 
data(small1976)

moduleWebObject = computeModules(small1976);
moduleList = listModuleInformation(moduleWebObject);

## End(Not run)

bipartite

Visualising Bipartite Networks and Calculating Some (Ecological) Indices

v2.16
GPL
Authors
Carsten F. Dormann, Jochen Fruend and Bernd Gruber, with additional code from Stephen Beckett, Mariano Devoto, Gabriel Felix, Jose Iriondo, Tove Opsahl, Rafael Pinheiro, Rouven Strauss and Diego Vazquez, also based on C-code developed by Nils Bluethgen, Aaron Clauset/Rouven Strauss and Miguel Rodriguez-Girones
Initial release
2021-02-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.