plot.roc_curve: Plot ROC coordinates

View source: R/roc_curve.R

plot.roc_curveR Documentation

Plot ROC coordinates

Description

Plot ROC points using provided coordinates.

Usage

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

Arguments

x

A ROC coordinates object. A simple data.frame containing respective 'x' and 'y' coordinates. The coordinates should be ROC space compliant.

...

Other parameters passed to base plot function.

Value

plot of a ROC curve for given 'roc_curve'


nikitagusarov/performancer documentation built on Jan. 12, 2023, 12:19 a.m.