drop_p.Rd
Proxies to dynamically remove a node or an edge to an already existing graph.
sg_drop_node_p(proxy, id, refresh = TRUE) sg_drop_edge_p(proxy, id, refresh = TRUE)
proxy | An object of class |
---|---|
id | Id of edge or node to delete. |
refresh | Whether to refresh the graph after node is dropped, required to take effect, if you are running force the algorithm is killed and restarted. |
# NOT RUN { demo("drop-node", package = "sigmajs") # }