powered by
plotImpHistory(x, colCode = c("green", "yellow", "red", "blue"), col = NULL, type = "l", lty = 1, pch = 0, xlab = "Classifier run", ylab = "Importance", ...)
col
matplot
colCode
x
## Not run: # library(mlbench); data(Sonar); # #Takes some time, so be patient # Boruta(Class~.,data=Sonar,doTrace=2)->Bor.son; # print(Bor.son); # plotImpHistory(Bor.son); # ## End(Not run)
Run the code above in your browser using DataLab