igraph R Package
Jump to navigation
Jump to search
An igraph R Package is an R-based graph processing package and an R-based graph analysis package.
- See: Graph Processing System, R Package.
References
2013
- http://cran.r-project.org/web/packages/igraph/index.html
- Routines for simple graphs and network analysis. igraph can handle large graphs very well and provides functions for generating random and regular graphs, graph visualization, centrality indices and much more.
2010
- http://igraph.sourceforge.net/igraphbook/igraphbook-creating.html
igraph
graphs are most often created by giving the list of the edges to thegraph()
function: