Learn R Programming

iai (version 1.10.2)

write_html.roc_curve: Output an ROC curve as an interactive browser visualization in HTML format

Description

Julia Equivalent: IAI.write_html

Usage

# S3 method for 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

Run this code
if (FALSE) iai::write_html(file.path(tempdir(), "roc.html"), lnr)

Run the code above in your browser using DataLab