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 computedname
: [character (1)] The name of grouping variable (used only for naming the column of the DT)...
: Optional arguments to be passed to igraph function 'hits_scores()'hits_scores
Useful links