Description Usage Arguments Value
plot.svmroc
returns a plot of the ROC curve associated
with an object of class svmroc
.
1 2 | plot.svmroc(object, xlab = "One minus specificity", ylab = "Sensitivity",
include_opt = T)
|
object |
An object of class |
xlab |
Label for X axis. Defaults to "One minus specificity". |
ylab |
Label for Y axis. Defaults to "Sensitivity". |
include_opt |
Logical. If |
A plot as a object of class ggplot
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.