igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] degree according to vertex attributes


From: Tamás Nepusz
Subject: Re: [igraph] degree according to vertex attributes
Date: Mon, 1 Oct 2012 17:29:43 +0200

Hi Dominik,

As you wrote earlier, the first problem can be resolved by using 
delete.vertices=FALSE when calling subgraph.edges (sorry, I thought this is the 
default).

Re the second problem: use get.edgelist(graph, names=FALSE); this will give you 
a numeric edge list and this is what you need in later steps.

Best,
Tamas




reply via email to

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