| roc-methods | R Documentation |
Methods for ROC curve results.
## S3 method for class 'funcml_roc'
print(x, digits = 4L, ...)
## S3 method for class 'funcml_roc'
plot(x, ...)
x |
A |
digits |
Number of digits numeric columns are rounded to when printed. |
... |
Additional arguments (unused). |
print() returns the input object invisibly. plot() returns a
ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.