r - delete.edges doesn't work in igraph -


i want delete edges link node '1' function delete.edges doesn't work:

g<-graph.full(n=10, directed = true, loops = false) g <- delete.edges(g,c(2,1,3,1,4,1,5,1,6,1)) plot(g) 

when viewing graph, nothing changes! problem ?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

How to merge four videos on one screen with ffmpeg -

c - getting error: cannot take the address of an rvalue of type 'int' -