View source: R/influence_maximization.R
h_index | R Documentation |
Returns H-index (Hirsch number)
h_index(graph, node_id)
graph |
the igraph object |
node_id |
is the ID of the target node |
h-index of the target node in the graph
{h_index(graph=erdos.renyi.game(100, 0.2), 1)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.