get_hubs_bycluster {HospitalNetwork} | R Documentation |
Function computing hub scores of nodes by group
Description
Function computing hub scores of nodes by group
Usage
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 'hub_score()' |
See Also
[Package HospitalNetwork version 0.9.3 Index]