get_hubs_bycluster: Function computing hub scores of nodes by group

View source: R/NetworkAnalysis.R

get_hubs_byclusterR 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

hub_score


PascalCrepey/HospitalNetwork documentation built on March 7, 2023, 5:41 a.m.