Learn R Programming

⚠️There's a newer version (0.1.5) of this package.Take me there.

influenceR

influenceR: Software tools to quantify structural importance of nodes in a network. Algorithms include Betweenness Centrality, Bridging, Constraint Index, Effective Network Size, and Key Players. Currently, algorithms are implemented only for undirected graphs; work on directed graphs is in progress.

Installation

The current release version can be found on CRAN and installed with:

install.packages("influenceR")

Citation

If using this package, please cite Jacobs SD, Khanna AS (2015). influenceR: Software tools to quantify structural importance of nodes in a network R Package Version? URL?

Funding

Development of this software package was supported by NIH grant R01 DA033875.

Copy Link

Version

Install

install.packages('influenceR')

Monthly Downloads

1,324

Version

0.1.0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Khanna Aditya

Last Published

September 3rd, 2015

Functions in influenceR (0.1.0)

csv.to.igraph

Convert a CSV file to an igraph graph object.
constraint

Burt's Constraint Index.
influenceR

influenceR: Software tools to quantify structural importance of nodes in a network.
bridging

Valente's Bridging vertex measure.
betweenness

Vertex Betweenness centrality measure.
ens

Burt's Effective Network Size and Constraint index. The next two functions below provide ways to measure the actors' access to structural holes in a network. Structural holes "provide opportunities to broker connections between people" (Burt 2008).
keyplayer

Compute a KPP-Pos set for a given graph.