Description Usage Arguments Value
View source: R/5_networkComparison.R
Perform community detection on a dynamic network
1 2 3 4 5 6 | diffnet_community_detection(
diffnet,
method = "louvain",
use_weights = FALSE,
weight_column = NULL
)
|
method |
community detection method, currently only "louvain" |
use_weights |
whether or not to use edge weights (for weighted graphs) |
weight_column |
if using weights, name of the column containing edge weights |
community assignments of nodes in the dynamic network
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.