guiStart {svGUI} | R Documentation |
A GUI needs several changes in R, and needs also a way to communicate with it. These functions provide required features for SciViews compatible GUI clients.
guiInstall(HideTkWindow = TRUE) guiUninstall() guiStart(gui = "\" guiStop()
HideTkWindow |
Whether the Tk communication window should be hidden or not |
gui |
The path to the GUI client executable |
TRUE if success, error message otherwise.
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...