Graphical user interface based on tcltk tools
cGroupsGUI.Rd
This function allows the user to build tables in an easy and intuitive way and to modify several options, using a graphical interface.
Note
If a data.frame or a matrix is passed through 'X' argument or is loaded by the 'Load data' GUI menu, this object is placed in the .GlobalEnv
. Manipulating this data.frame or matrix while GUI is opened may produce an error in executing the GUI operations.
Examples
if (FALSE) { # \dontrun{
data(regicor)
cGroupsGUI(regicor)
} # }