igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Igraph incidents


From: Gábor Csárdi
Subject: Re: [igraph] Igraph incidents
Date: Fri, 5 Oct 2012 10:03:57 -0400

On Fri, Oct 5, 2012 at 9:58 AM, Mike Dylan <address@hidden> 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

[...]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]