# Rcmdr menu for the depthTools package

# last modified: 01 December 2010 by A. Torrente


#   type    menu/item      operation/parent  label                              command/menu                activation    install?

menu    depthMenu       topMenu         ""                                      ""                          ""                      "" 
item    depthMenu       command         "Compute Modified Band Depth..."        computeMBD		    "activeDataSetP()"      "packageAvailable('depthTools')"
item	depthMenu	command		"Compute trimmed mean..."		computeTmean		    "activeDataSetP()"	    "packageAvailable('depthTools')"
item    depthMenu       command         "Scale curve..."                        computeScaleCurve	    "activeDataSetP()"      "packageAvailable('depthTools')"
item    depthMenu       command         "Select data and run the rank test..."  runRtest                    ""                      "packageAvailable('depthTools')"
item    depthMenu       command         "Select data and run DS classification..."                  runDS      	            ""                 	    "packageAvailable('depthTools')"
item    depthMenu       command         "Select data and run TAD classification..."                 runTAD		            ""                      "packageAvailable('depthTools')"
item    topMenu         cascade         "Depth Tools"                           depthMenu                   ""                      "packageAvailable('depthTools')"

