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

View source: R/iaibase.R

write_html.roc_curveR 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)


iai documentation built on Oct. 19, 2024, 1:07 a.m.