igraph-help
[Top][All Lists]
Advanced

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

[igraph] Problems with deleting vertices


From: Julian Hagenauer
Subject: [igraph] Problems with deleting vertices
Date: Thu, 2 Aug 2012 15:56:56 +0200

Hello,
somehow igraph does not delete vertices for me. 
Am i doing something wrong?

> g<-graph.ring(10)
> vcount(g)
[1] 10
> delete.vertices(g,c(2,7,8))
IGRAPH U--- 7 5 -- Ring graph
+ attr: name (g/c), mutual (g/x), circular (g/x)
> vcount(g)
[1] 10

Thank you very much,
Julian








reply via email to

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