On Fri, Oct 5, 2012 at 9:58 AM, Mike Dylan <[email protected]> wrote: [...] > g <- graph.data.frame(p) > plot.igraph(g), I get graph with edges having numbers. I relly like to see > the text like HR, Web etc. any ideas?
plot(g, vertex.label=V(g)$name) Please make sure you read the relevant parts of the documentation. You may want to start here: http://igraph.sourceforge.net/doc/R/aaa-igraph-package.html http://igraph.sourceforge.net/doc/R/plot.common.html BEst, Gabor [...] _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
