[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] igraph-help Digest, Vol 117, Issue 5
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] igraph-help Digest, Vol 117, Issue 5 |
Date: |
Tue, 5 Apr 2016 21:35:08 +0200 |
> I couldn't find the package sparseMatrix.
Ah, sorry, I meant the Matrix package of course.
>> pairs <- count(matrix(memb[get.edgelist(g)], ncol=2))
> # x.1 x.2 freq
> # 1 NA NA 42
>
> The pairs have values 'NA' in the 1st and 2nd column.
What does get.edgelist(g) return? Does it return the proper edge list
of the graph?
T.