r:igraph
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.txt · Last modified: 2018/01/11 09:10 by hkimscil