lines.prc {nestedcv} | R 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 |
Value
No return value
See Also
[Package nestedcv version 0.7.9 Index]