r:igraph
This is an old revision of the document!
see
http://kateto.net/networks-r-igraph
igraph tutorial
Examples for the igraph package
nodes (vertex)
edges (lines)
- freight schedule
- friendship
- contact
- relationship
social network
adjency matrix
edge list - economical way to store data
library(igraph) # df = data frame data g <- graph.edgelist(as.matrix(df), directed = FALSE)
r/igraph.1515630114.txt.gz · Last modified: 2018/01/11 08:51 by hkimscil