toolbarItem {rchic} | R Documentation |
Display the current list of selected items. F7 and F8 can be used to select or deselect all the items respectively
When the user press OK, the routine mycallPlot is called to update the graph or the tree
The toolbar is created inside another frame
toolbarItem(list.variables, list.tcl, mycallPlot)
list.variables |
list of the name of the variables |
list.tcl |
list of the selected items in the tcl format |
mycallPlot |
routine to call to update the graph or the tree |
Raphael Couturier