R: Deleted Nodes are Still Showing Up After They Were Deleted
问题 I wrote some R code that simulates some graph network based data, creates a graph, removes nodes if there are less than 2 connections and makes it an interactive graph. However, when I plot the graph, I can clearly see that nodes with 0 connections are still there (if nodes with less 2 connections are deleted, this means nodes with 1 connection and 0 connections should also be deleted). Here is a picture that shows nodes with 0 connections have not been deleted: Can someone please tell me