write_html.roc_curve {iai} | R Documentation |
Output an ROC curve as an interactive browser visualization in HTML format
Description
Julia Equivalent:
IAI.write_html
Usage
## S3 method for class 'roc_curve'
write_html(filename, obj, ...)
Arguments
filename |
Where to save the output. |
obj |
The curve to output. |
... |
Refer to the Julia documentation for available parameters. |
IAI Compatibility
Requires IAI version 1.1 or higher.
Examples
## Not run: iai::write_html(file.path(tempdir(), "roc.html"), lnr)
[Package iai version 1.10.1 Index]