Re: [R] plot - kamada.kawai layout without arrows

2011-04-12 Thread Gary Weissman
(comps)+1) > V(g)$color <- colbar[comps+1] > > png(filename) > plot(g, layout=layout.kamada.kawai, vertex.size=2, vertex.label=NA) > dev.off() > > Please find attached the figure with arrows.. > http://r.789695.n4.nabble.com/file/n3443258/cdata1_plot.png -- Ga

Re: [R] Converting edgelist to symmetric matrix

2011-04-11 Thread Gary Weissman
th one edge per line. An edge is defined by two symbolic vertex > names separated by whitespace. (The symbolic vertex names > themselves cannot contain whitespace. They might followed by an > optional number, this will be the weight of the edge; the number > can be negative