roc-methods: Methods for ROC curve results.

roc-methodsR Documentation

Methods for ROC curve results.

Description

Methods for ROC curve results.

Usage

## S3 method for class 'funcml_roc'
print(x, digits = 4L, ...)

## S3 method for class 'funcml_roc'
plot(x, ...)

Arguments

x

A funcml_roc object.

digits

Number of digits numeric columns are rounded to when printed.

...

Additional arguments (unused).

Value

print() returns the input object invisibly. plot() returns a ggplot2 object.


funcml documentation built on Aug. 22, 2026, 5:08 p.m.