Produce a ROC plot for a classification model belonging to a given technique and with a given number of features.
rocPlot(nlcvObj, tech, nfeat, main = NULL, globalAUCcol = "#FF9900", ...)
object of class 'nlcv' as produced by the nlcv function
technique; character of length one; one of 'dlda', 'lda', 'nlda', 'qda', 'glm', 'randomForest', 'bagg', 'pam', 'svm' or 'ksvm'
number of features used in the classification model; numeric of length one
main title to be used for the ROC plot
color for the global AUC (defaults to '#FF9900')
further arguments for the plot call (such as sub e.g.)
A ROC plot is drawn to the current device