User Tools

Site Tools


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)

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.1515629969.txt.gz · Last modified: 2018/01/11 08:49 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki