igraph-help
[Top][All Lists]
Advanced

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

[igraph] Plot - simple question


From: Romildo Martins
Subject: [igraph] Plot - simple question
Date: Mon, 20 Apr 2009 18:51:24 -0300

Hello,

I would draw two edges joining two vertices ...

g<-graph(c(0,1,1,0),directed="false")
E(g)$name<-c("simple","question")
plot(g,vertex.shape="circle", layout=layout.circle,edge.label=E(g)$name)



Attachment: g.PNG
Description: PNG image


reply via email to

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