Usage
plotZHistory(x,colCode=c('green','yellow','red','blue'),showRounds=TRUE,
col=NULL,type="l",lty=1,pch=0,
xlab='Random Forest run',ylab='Z-Scores',...)
Arguments
x
an object of class Boruta
.
colCode
a vector containing colour codes for attribute decisions, respectively Confirmed
, Tentative
,
Rejected
, Random
.
showRounds
if set, to TRUE
, gray lines separating round will be drawn.
col
standard col
attribute. If given, suppresses colCode
.
type,lty,pch,xlab,ylab,...
additional graphical parameters that will be passed to matplot
.