pairwise_membership | R Documentation |
Calculate frequency that pairs of nodes fall within the same module
pairwise_membership(mod_samples, ages, edge_list = TRUE)
mod_samples |
Output from |
ages |
Vector of network ages |
edge_list |
Should output be an edge list? |
An edge list with the frequency that each pair of nodes in the network is placed in the same module across network samples.
## Not run:
pairwise_membership(mod_samples, c(0))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.