plot.roc_coordinates: Plot ROC coordinates

View source: R/roc_coordinates.R

plot.roc_coordinatesR Documentation

Plot ROC coordinates

Description

Plot ROC points using provided coordinates.

Usage

## S3 method for class 'roc_coordinates'
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 ROC coordinates for given coordinates


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