| eigenvector_centrality | R Documentation | 
To calculate the eigenvector centrality of a hypergraph, each vertex is assigned a value that is proportional to the sum of the value of its neighbours.
eigenvector_centrality(hype)
hype | 
 A hypergraph object  | 
A vector of values representing the eigenvector centrality of each node
h1 <- example_hype() eigenvector_centrality(h1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.