miRNA_plotROC {MiRNAQCD} | R Documentation |
Plot of classifier ROC curve.
Description
Generates a plot of the ROC curve out of the input dataset.
Usage
miRNA_plotROC(inputDataset, outputFileLabel, plotFormat = "pdf")
Arguments
inputDataset |
Dataset (data frame) to be used for the plot. |
outputFileLabel |
Label to be used to build the name of the output file. |
plotFormat |
String to set the format of the output file. Can either be 'pdf' (default) or 'png'. |
Value
A ggplot object containing the plot.
This function is not exported to the package NAMESPACE, but it is called by other functions of the same package.
[Package MiRNAQCD version 1.1.3 Index]