l_graphswitch_add.loongraph {loon} | R Documentation |
Add a graph to the graphswitch widget using a loongraph object
Description
Loongraphs can be created with the loongraph
function.
Usage
## S3 method for class 'loongraph'
l_graphswitch_add(widget, graph, label = "", index = "end", ...)
Arguments
widget |
graphswitch widget handle (or widget path) |
graph |
a loongraph object |
label |
string with label for graph |
index |
position of graph in the graph list |
... |
additional arguments are not used for this methiod |
Value
id for graph in the graphswitch widget
See Also
[Package loon version 1.4.1 Index]