detectINs: Identify all possible Influential nodes (INs) based on pareto...

View source: R/detectINs.R

detectINsR Documentation

Identify all possible Influential nodes (INs) based on pareto principle of 80:20 rule (by default) for a given network

Description

Identify all possible Influential nodes (INs) based on pareto principle of 80:20 rule (by default) for a given network

Usage

detectINs(net, p = 20)

Arguments

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%.

Value

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.


kr-swapnil/NetVA documentation built on April 15, 2024, 8:32 p.m.