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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -