View source: R/SPARRAfairness_functions.R
plot.sparraPRC | R Documentation |
Plot function for class above
## S3 method for class 'sparraPRC'
plot(
x,
addauc = FALSE,
cols = rep(phs_colours("phs-blue"), dim(x$sens)[1]),
...
)
x |
output from getprc() |
addauc |
set to TRUE to add text to the plot showing the (mean) AUC and SE. |
cols |
colour to draw lines |
... |
passed to plot() |
No return value, draws a figure
# See vignette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.