Plot Vote Distribution
Plot distribution of votes for each sample in each class.
plotVotes(rf, type = NULL, freq.sep.line = TRUE, plot = TRUE)
rf |
an object inheriting from |
type |
either |
freq.sep.line |
put frequency of original group on second line in facet
label? If |
plot |
display the plot? |
the ggplot2 object is invisibly returned.
Eric Archer eric.archer@noaa.gov
data(mtcars) rf <- randomForest(factor(am) ~ ., mtcars) plotVotes(rf)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.