View source: R/hyperbolic.index.R
hyperbolic_index | R Documentation |
The hyperbolic index is an index that considers all closed walks of even or odd length on induced neighborhoods of a vertex.
hyperbolic_index(g, type = "odd")
g |
igraph object. |
type |
string. 'even' if only even length walks should be considered. 'odd' (Default) if only odd length walks should be used. |
The hyperbolic index is an illustrative index that should not be used for any serious analysis. Its purpose is to show that with enough mathematical trickery, any desired result can be obtained when centrality indices are used.
A vector containing centrality scores.
David Schoch
library(igraph)
data("dbces11")
hyperbolic_index(dbces11, type = "odd")
hyperbolic_index(dbces11, type = "even")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.