infomap_monolayer: An object of class infomap_monolayer

infomap_monolayer classR Documentation

An object of class infomap_monolayer

Description

An object of class infomap_monolayer contains all the information resulting from an analysis of modularity. It facilitates subsequernt analyses and plotting.

Value

A list with:

  • call The call to Infomap with all the arguments.

  • L The value of the map equation for the observed network.

  • m The number of top modules for the observed network.

  • modules A tibble with node id, module affiliations and node attributes if they exist.

  • edge_list The original edge list (network).

  • L_sim A vector with values of L for the shuffled network, with length as the number

  • m_sim A vector with the number of modules for the shuffled network, with length as the numberof randomizations. NULL if significance test was not performed.

  • pvalue P value of comparison to randomizations. NULL if significance test was not performed.

See Also

run_infomap_monolayer


Ecological-Complexity-Lab/infomap_ecology_package documentation built on June 6, 2024, 5:28 a.m.