|
From: | Ahmed Abdeen Hamed |
Subject: | Re: [igraph] Enforcing directions of edges |
Date: | Wed, 4 Feb 2015 17:27:42 -0500 |
Why don't you create the network as directed from the very beginning? Then you
can add the edge in the right direction without creating one in the opposite
direction as well.
T.
> _______________________________________________
On 02/04, Ahmed Abdeen Hamed wrote:
> Hello again respected colleagues,
>
> How do I enforce the direction of an edge from A -> B without having a link
> back from B -> A?
>
> If I used the to_directed() it creates mutual links, and if I use
> to_undirected() the network is not directed at all.
>
> Thanks for your help,
>
> -Ahmed
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
--
T.
[Prev in Thread] | Current Thread | [Next in Thread] |