View source: R/NetworkAnalysis.R
get_hubs_bycluster | R Documentation |
Function computing hub scores of nodes by group
get_hubs_bycluster(graphs, name, ...)
graphs |
A list of igraph graphs, one for each group within which the hub scores will be computed |
name |
[character (1)] The name of grouping variable (used only for naming the column of the DT) |
... |
Optional arguments to be passed to igraph function 'hub_score()' |
hub_score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.