Learn R Programming

nestedcv (version 0.9.0)

lines.prc: 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 prc
lines(x, ...)

Value

No return value

Arguments

x

An object of class 'prc'

...

Optional graphical arguments passed to lines()

See Also

prc() plot.prc()