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.
_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help