lines.prc: Add precision-recall curve to a plot

View source: R/precision_recall.R

lines.prcR Documentation

Add precision-recall curve to a plot

Description

Adds a precision-recall curve to a base graphics plot. It accepts an S3 object of class 'prc', see prc().

Usage

## S3 method for class 'prc'
lines(x, ...)

Arguments

x

An object of class 'prc'

...

Optional graphical arguments passed to lines()

Value

No return value

See Also

prc() plot.prc()


nestedcv documentation built on June 22, 2024, 11:30 a.m.