get_hubs_global {HospitalNetwork}R Documentation

Function computing hub scores for each node. If bycluster = TRUE, hub scores are computed by cluster

Description

Function computing hub scores for each node. If bycluster = TRUE, hub scores are computed by cluster

Usage

get_hubs_global(graph, ...)

Arguments

graph

An igraph graph

...

other arguments to be passed to igraph function hits_scores()

See Also

hits_scores


[Package HospitalNetwork version 0.9.4 Index]