commu_clus: Detect community structure based on edge igraph::betweeness.

Description Usage Arguments Value

View source: R/graph-funcs.R

Description

Detect community structure based on edge igraph::betweeness.

Usage

1
commu_clus(f_graph, directed = FALSE, bridges = TRUE, ...)

Arguments

f_graph

igraph object, out put from graph.adjacency

directed

Logical. whether to calculate directed edge betweenness for directed graphs. Ignored for undirected graphs.

bridges

Logical. whether to return a list the edge removals which actually a component of the graph.

...

Additional arguments to pass to igraph::edge.betweenness.community.

Value

Community clusters from igraph.


covidclinical/Phase2.1TDAPseudotimeRPackage documentation built on Sept. 27, 2020, 12:03 a.m.