|
|
@@ -274,7 +274,7 @@ simple.plotROCgg<-function(df,vars,cols,x=0.7,y=0.3,unit="ml",precise="FALSE",ta
|
|
|
var, auc, sAUC, roc_metrics$threshold)
|
|
|
xoff=0.05*stats::runif(1)
|
|
|
yoff=0.05*stats::runif(1)
|
|
|
- g<-g+ggplot2::geom_line(ggplot2::aes(x=!!(roc$FPR+xoff),y=!!(roc$TPR+yoff),color=!!lab),size=1.5)
|
|
|
+ g<-g+ggplot2::geom_line(ggplot2::aes(x=!!(roc$FPR+xoff),y=!!(roc$TPR+yoff),color=!!lab),size=1.2)
|
|
|
aes_p=ggplot2::aes(x=!!(roc_metrics$FPR+xoff),y=!!(roc_metrics$TPR+yoff),color=!!lab)
|
|
|
g<-g+ggplot2::geom_point(aes_p,size=4,shape=1,show.legend=FALSE)
|
|
|
colors_used<-base::c(colors_used,col)
|