lwa19/centrality: Compute network centrality without generating a graph object

This package aims to be a light-weight alternative to the widely used network analysis package "igraph" in calculating standardized centrality measures from the adjacency matrix. The benefit of thispackage is that it circumvents the excessive steps of converting the adjacency matrix into a graph, etc., since that information is not necessary for centrality measure computation and would simply be a waste of computational resources in this context. The drawback of this package is that the functionality is not as complete as that of the package `igraph`, with certain inherent assumptions such as no self-loops exist. It is also only capable of calculating degree and closeness centrality measures.

Getting started

Package details

Maintainer
LicenseGPL (>= 3) + file LICENSE
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("lwa19/centrality")
lwa19/centrality documentation built on Dec. 21, 2021, 12:45 p.m.