igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Union of two directed graphs in R


From: Gábor Csárdi
Subject: Re: [igraph] Union of two directed graphs in R
Date: Sat, 8 Jun 2013 12:42:56 -0400

Yes, this issue came up already, see https://github.com/igraph/igraph/issues/136 for a patch.


On Fri, Jun 7, 2013 at 3:23 PM, Matt Rissler <address@hidden> wrote:
I'm trying to union two directed graphs by name and I get the following error.

graph.union.by.name(AAD,ACC)

Error: !is.directed(g1) & !is.directed(g2) is not TRUE

The documentation intimates that this should work.  Does the check need to be changed to a not xor.

Thanks,

Matt

--
Matt Rissler                                  


_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help



reply via email to

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