member_importance: Calculate member importance in a graph

Description Usage Arguments Value

Description

Calculate several centrality measures on the graphs

Usage

1
member_importance(gs, measure = "all")

Arguments

gs

A list of graph objects

measure

A character string of the centrality measure

Value

A data.frame. When measure is 'all' ## Not run: \item module The names in modules \item names The names of the entries in modules \item degree The degree centrality of each node, as in centr_degree \item betweenness The betweennes centrality of each node, as in centr_betw \item closeness The closeness centrality of each node, as in centr_clo \item hub The hub score of each node, as in hub_score ## End(Not run)


MahShaaban/aacna documentation built on May 17, 2019, 6:21 p.m.