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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

c# - Abstract method in public abstract class implementing an internal interface doesn't compile? -

authentication - Mongodb revoke acccess to connect test database -