detectINs | R Documentation |
Identify all possible Influential nodes (INs) based on pareto principle of 80:20 rule (by default) for a given network
detectINs(net, p = 20)
net |
An igraph graph object. |
p |
Value of percent of nodes to be considered for the determination of EVC/EVC+ cutoff. By default value is 20%. |
A list containing two vectors: (1) ins.evc - all possible Influential nodes based on EVC, (2) ins.evcplus - all possible Influential nodes based on EVC+ as identified in the given network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.