menuTreeToolsWrapper
.
menuTreeTools(tree, type="Browse", hist.vars=NULL, rug.var=NULL, ret.value=NULL)
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.