node_eccentricity: measure the maximum shortest path to all other nodes in the graph
node_constraint: measures Burts constraint of the node. See igraph::constraint()
node_coreness: measures the coreness of each node. See igraph::coreness()
node_diversity: measures the diversity of the node. See igraph::diversity()
node_bridging_score: measures Valente's Bridging measures for detecting structural bridges (influenceR)
node_effective_network_size: measures Burt's Effective Network Size indicating access to structural holes in the network (influenceR)
node_connectivity_impact: measures the impact on connectivity when removing the node (NetSwan)
node_closeness_impact: measures the impact on closeness when removing the node (NetSwan)
node_fareness_impact: measures the impact on fareness (distance between all node pairs) when removing the node (NetSwan)