powered by
"plot"(x, type="l", main=deparse(substitute(x)), ...)
randomForest
test
data(mtcars) plot(randomForest(mpg ~ ., mtcars, keep.forest=FALSE, ntree=100), log="y")
Run the code above in your browser using DataLab