member_importance: Calculate member importance in a graph

Description Usage Arguments Value Examples

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'

Examples

1
2
3
4
5
6
7
8
9
## 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)

BCMSLab/rkip documentation built on May 17, 2019, 2:14 a.m.