Plot trinary ROC curve and save the output as pdf file.
trinaryROCPlot.Rd
Plot trinary ROC curve and save the output as pdf file.
Arguments
- trinaryPlotThings
Object of trinary ROC curve, contains xx, y, xout, and y. as its attributes.
- trinaryDF
Data frame with trinary ROC curve information, including youden.thresh.roc.x, hi.thresh.roc.x, lo.thresh.roc.x, and trinary.pauc.
- plotFile
Path to save the output as pdf file. If NULL, the plot will not be saved.
- openFig
Logical, if TRUE, the plot will be shown in a new window.