igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] trying to translate redundancy measure for bipartite graph


From: Tamás Nepusz
Subject: Re: [igraph] trying to translate redundancy measure for bipartite graph from python
Date: Fri, 1 Feb 2013 18:22:26 +0100

> I am trying:
> expand.grid(neighbors(g,1))
Try this:

neis <- neighbors(g, 1)
expand.grid(neis, neis)

-- 
T.




reply via email to

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