igraph-help
[Top][All Lists]
Advanced

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

[igraph] Multiple edges plot - R interface


From: Jeronimo Carballo
Subject: [igraph] Multiple edges plot - R interface
Date: Wed, 25 Mar 2009 13:42:20 -0400

Hello list,

I am a newbie in igraph and I need to plot a network with multiple edges
between vertices. It is possible with igraph?

I tried the following code,

g1 <- graph( c( 0,1, 1,2, 2,2, 2,3, 2,3 ), directed = TRUE )
plot(g1)

and I got only one edge for pair of vertices.

Thanks very much,

Jeronimo Carballo





reply via email to

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