find_communities: Find communities in a static or dynamic network

Description Usage Arguments Value

View source: R/0_utils.R

Description

Find communities in a static or dynamic network

Usage

1
find_communities(grn, use_weights = FALSE, weight_column = NULL)

Arguments

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.