l_getGraph | R Documentation |
The graph display represents a graph with the nodes
,
from
, to
, and isDirected
plot states. This function
creates a loongraph or a graph object using these states.
l_getGraph(widget, asloongraph = TRUE)
widget |
a graph widget handle |
asloongraph |
boolean, if TRUE then the function returns a loongraph object, otherwise the function returns a graph object defined in the graph R package. |
a loongraph or a graph object
l_graph
, loongraph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.