Igraph
igraph is a library collection for creating and manipulating graphs and analyzing networks. It is written in C and also exists as Python and R packages. There exists moreover an interface for Mathematica. The software is widely used in academic research in network science and related fields. The publication that introduces the software has 13502 citations as of according to Google Scholar.
igraph was originally developed by Gábor Csárdi and Tamás Nepusz. It is written in the C programming language in order to achieve good performance and it is freely available under GNU General Public License Version 2.
Basic properties
The three most important properties of igraph that shaped its development are as follows:- igraph is capable of handling large networks efficiently
- it can be productively used with a high-level programming language
- interactive and non-interactive usage are both supported
Characteristics
The software is open source, source code can be downloaded from the project's GitHub page. There are several open source software packages that use igraph functions. As an example, R packages tnet, igraphtosonia and cccd depend on igraph R package.Users can use igraph on many operating systems. The C library and R and Python packages need the respective software, otherwise igraph is portable. The C library of igraph is well documented as well as the R package and the Python package