Tree Tools Dialog Function

DESCRIPTION:

This function is used to display a dialog and store the dialog values for use by menuTreeToolsWrapper.

USAGE:

menuTreeTools(tree, type="Browse", hist.vars=NULL, rug.var=NULL, 
        ret.value=NULL) 

DETAILS:

The menuTreeTools function has a FunctionInfo object which is used to build the Tree Tools dialog. In order to prevent the dialog from blocking the resulting plots, the work of creating plots and summaries is performed by menuTreeToolsWrapper. The sequence of events is that the Tree Tools menu item calls menuTreeToolsWrapper, which then launches the dialog for menuTreeTools. When this dialog is dismissed, menuTreeTools stores the information from the dialog and control is returned to menuTreeToolsWrapper, which then calls the underlying functions to perform the desired actions.

SEE ALSO: