urootgui {uroot} | R Documentation |
Command for launching a graphical user interface for the package uroot.
urootgui ()
This function requires tcltk
and BWidget
. The "BWidget" is provided with the package and
urootgui
adds a path to it.
All the functions in 'uroot' can be run without launching the GUI.
Javier López-de-Lacalle javlacalle@yahoo.es and Ignacio Díaz-Emparanza Ignacio.Diaz-Emparanza@ehu.es.
## Load uroot package. # library(uroot) ## Launch the GUI. # urootgui()