plot.roc_curve | R Documentation |
Plot ROC points using provided coordinates.
## S3 method for class 'roc_curve' plot(x, ...)
x |
A ROC coordinates object. A simple data.frame containing respective 'x' and 'y' coordinates. The coordinates should be ROC space compliant. |
... |
Other parameters passed to base plot function. |
plot of a ROC curve for given 'roc_curve'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.