which
specifies the information to plot. There are three options: (1) "auc" (by default)
to plot the curve of AUCs in the backwards elimination process, (2) "ranking" to plot
the importance measure in initial ranking of each variable, and (3) "psel" to
plot the probability of selection of each variable. The "psel" option is only
available if a cross validation is performed by AUCRFcv function.
For option (1), showOpt and digits arguments can be specified for more details (see below).
For options (2) and (3), the number of variables to plot and their order preference can be
specified by maxvars and order arguments, respectively (see below).
maxvars
(only applied if "ranking" or "psel" options are specified in wich argument).
Number of variables to include in the plot. The specified number of variables with highest importance measure
(initial ranking) will be plotted. If maxvars=NULL (by default) the selected variables will be plotted.
(For large number of variables, their names can be illegible in the plot)