igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] How to identify negative vertices in graph


From: Tamás Nepusz
Subject: Re: [igraph] How to identify negative vertices in graph
Date: Thu, 14 Nov 2013 23:57:43 +0100

Hi,

I gave it a try. But apparently my graph is bipartite:

> is.bipartite(graph)
[1] TRUE
is.bipartite() checks whether your graph is bipartite with *some* mapping of vertices into two groups, but it idoes not check whether the “type” attribute actually reflects the truth or not. So, it can happen that you still have an edge that goes between vertices of the same type.

— 
T.


reply via email to

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