sigmajs (version 0.1.2)

sg_clear_p: Clear or kill the graph

Description

Clear all nodes and edges from the graph or kills the graph.

Usage

sg_clear_p(proxy, refresh = TRUE)

sg_kill_p(proxy, refresh = TRUE)

Arguments

proxy

An object of class sigmajsProxy as returned by sigmajsProxy.

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.

Examples

Run this code
# NOT RUN {
demo("clear-graph", package = "sigmajs")
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace