README.md

CRAN_Status_Badge Travis-CI Build Status AppVeyor Build Status Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. codecov

info.centrality 0.1

an R implementation of information centrality using igraph

Installation

To get the iGraph package from CRAN:

install.packages("igraph")

To get the extensions from github:

# install.packages("devtools")
devtools::install_github("TomKellyGenetics/info.centrality")

Usage

#Compute efficiency of the network
network.efficiency(graph)

#Compute vertex information centrality for each vertex in the network
info.centrality.vertex(graph)

#Compute network information centrality
info.centrality.network(graph)


TomKellyGenetics/info.centrality documentation built on May 9, 2019, 4:53 p.m.