infomap_monolayer class | R Documentation |
An object of class infomap_monolayer contains all the information resulting from an analysis of modularity. It facilitates subsequernt analyses and plotting.
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.
run_infomap_monolayer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.