igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] RE: different kinds of edges


From: Gábor Csárdi
Subject: Re: [igraph] RE: different kinds of edges
Date: Tue, 14 Jul 2009 13:49:49 +0200

David,

with the R interface that is possible, see the arrow.mode edge
parameter in ?igraph.plotting. E.g.

g <- graph.ring(10)
E(g)$arrow.mode <- c("-", "->", "<-", "<>", "-")
plot(g, layout=layout.circle)

Best,
Gabor

On Tue, Jul 14, 2009 at 12:52 PM, David Edwards<address@hidden> wrote:
> Hi
>
> Is it possible to display graphs with multiple edges between vertices, 
> distinguishing between three types of edge: undirected edges ----, directed 
> edges ----> and bidirectional edges <----->?
>
> BR David Edwards
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>



-- 
Gabor Csardi <address@hidden>     UNIL DGM




reply via email to

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