igraph-help
[Top][All Lists]
Advanced

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

[igraph] Removing an edge attribule


From: André Salgueiro
Subject: [igraph] Removing an edge attribule
Date: Tue, 21 Aug 2012 18:18:13 +0000

Hello guys,
I´ve imported a graphml file and everything is working fine until I tried to remove an edge attribute:

> g
IGRAPH D-W- 12328 76830 -- 
+ attr: ckey (v/c), id (v/c),
  weight (e/n)
> remove.edge.attribute(g, "weight")
IGRAPH D--- 12328 76830 -- 
+ attr: ckey (v/c), id (v/c)
> g
IGRAPH D-W- 12328 76830 -- 
+ attr: ckey (v/c), id (v/c),
  weight (e/n)
It removes but when i type g(my graph) the attribute is there and my analysis remains the same (weighted).
Can you please help me?

Thanks in advance.


reply via email to

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