Description Usage Arguments Value Examples
Calculate several centrality measures on the graphs
| 1 | member_importance(gs, measure = "all")
 | 
| gs | A list of graph objects | 
| measure | A character string of the centrality measure | 
A data.frame. When measure is 'all'
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.