tkhomals {homals} | R Documentation |
This function provides a tcl/tk gui for the homals function.
tkhomals(data)
data |
data (in data-frame) |
This functions requires data to be stored in a data-frame. It can produce a variety of graphs which are stored in a pdf file. Results are stored in an ascii file.
Needs to be executed from a writeable directory. File names are determined by the name of the data argument passed to the function.
Arno Ouwehand
## present tcl/tk gui for data set senate ## Not run: data(senate) ## Not run: tkhomals(senate)