plotROC: Plot ROC curves

Description Usage Arguments Value

Description

This function plots ROC curves for each fold and their average

Usage

1
plotROC(ROC, AUC, colAvg = "black", colFold = "grey", colRandom = "red")

Arguments

ROC

a list of ROC curves produced by ROCR and named ("Fold1, Fold2,...,Average")

AUC

a list of area under the ROC curve (same size as ROC)

colAvg

colour for the average ROC curve

colFold

colour for each fold ROC curve

colRandom

colour for randomly guession (y=x) line

Value

None, a plot is created


jjvalletta/featselectRF documentation built on May 7, 2019, 2:55 a.m.