Plot Confusion Matrix
Plot confusion matrix heatmap.
plotConfMat(rf, title = NULL, plot = TRUE)
rf |
an object inheriting from |
title |
a title for the plot. |
plot |
display the plot? |
the ggplot2
object is invisibly returned.
Eric Archer eric.archer@noaa.gov
data(mtcars) rf <- randomForest(factor(am) ~ ., mtcars) plotConfMat(rf)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.