get_hubs_bycluster function

Function computing hub scores of nodes by group

Function computing hub scores of nodes by group

get_hubs_bycluster(graphs, name, ...)

Arguments

  • 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 'hits_scores()'

See Also

hits_scores