authority_score | R Documentation |
Kleinberg's authority centrality scores.
Kleinberg's hub centrality scores.
authority_score(
graph,
scale = TRUE,
weights = NULL,
options = arpack_defaults()
)
hub_score(graph, scale = TRUE, weights = NULL, options = arpack_defaults())
graph |
The input graph. |
scale |
Logical scalar, whether to scale the result to have a maximum score of one. If no scaling is used then the result vector has unit length in the Euclidean norm. |
weights |
Optional positive weight vector for calculating weighted
scores. If the graph has a |
options |
A named list, to override some ARPACK options. See
|
Centrality measures
alpha_centrality()
,
betweenness()
,
closeness()
,
diversity()
,
eigen_centrality()
,
harmonic_centrality()
,
hits_scores()
,
page_rank()
,
power_centrality()
,
spectrum()
,
strength()
,
subgraph_centrality()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.