h_index: Returns H-index (Hirsch number)

View source: R/influence_maximization.R

h_indexR Documentation

Returns H-index (Hirsch number)

Description

Returns H-index (Hirsch number)

Usage

h_index(graph, node_id)

Arguments

graph

the igraph object

node_id

is the ID of the target node

Value

h-index of the target node in the graph

Examples

{h_index(graph=erdos.renyi.game(100, 0.2), 1)}

seekme94/influence.mining documentation built on Aug. 2, 2022, 10:19 p.m.