clear-kill: Clear or kill the graph

Description Usage Arguments Value

Description

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

Kill the graph to ensure new data is redrawn, useful in Shiny when graph is not updated by sigmajsProxy.

Usage

1
2
3
4
5
6
7
sg_clear_p(proxy, refresh = TRUE)

sg_kill_p(proxy, refresh = TRUE)

sg_kill(sg)

sg_clear(sg)

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.

sg

An object of class sigmajsas intatiated by sigmajs.

Value

The proxy object.

A modified version of the sg object.


sigmajs documentation built on July 8, 2020, 5:16 p.m.