plotROC | R Documentation |
Plot receiver operator characteristic curves for a
RandomForest
class object.
plotROC(x, title = "", legendPosition = "bottom")
## S4 method for signature 'RandomForest'
plotROC(x, title = "", legendPosition = "bottom")
## S4 method for signature 'list'
plotROC(x, title = "", legendPosition = "bottom")
x |
S4 object of class |
title |
plot title |
legendPosition |
legend position to pass to legend.position
argument of |
library(metaboData)
x <- analysisData(abr1$neg[,200:300],abr1$fact) %>%
occupancyMaximum(cls = 'day') %>%
transformTICnorm()
rf <- randomForest(x,cls = 'day')
plotROC(rf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.