diffnet_community_detection: Perform community detection on a dynamic network

Description Usage Arguments Value

View source: R/5_networkComparison.R

Description

Perform community detection on a dynamic network

Usage

1
2
3
4
5
6
diffnet_community_detection(
  diffnet,
  method = "louvain",
  use_weights = FALSE,
  weight_column = NULL
)

Arguments

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

Value

community assignments of nodes in the dynamic network


pcahan1/epoch documentation built on Feb. 14, 2022, 1:57 a.m.