bookmark

Re: igraph reading large, sparse graph with read.graph


Description

el <- matrix(scan("/tmp/edgelist"), nc=3, byrow=TRUE) g <- graph( t(el[,1:2]) ) E(g)$weight <- el[,3]

Preview

Tags

Users

  • @folke

Comments and Reviews