Andrej 1 hafta önce
ebeveyn
işleme
b0d240916f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      R/roc.R

+ 1 - 1
R/roc.R

@@ -276,7 +276,7 @@ simple.plotROCgg<-function(df,vars,cols,x=0.7,y=0.3,unit="ml",precise="FALSE",ta
          g<-g+ggplot2::geom_line(ggplot2::aes(x=!!roc$FPR,y=!!roc$TPR,color=!!lab))
          aes_p=ggplot2::aes(x=!!roc_metrics$FPR,y=!!roc_metrics$TPR,color=!!lab)
          g<-g+ggplot2::geom_point(aes_p,size=4,shape=1,show.legend=FALSE)
-         colors_used<-base::c(colors_used,!!col)
+         colors_used<-base::c(colors_used,col)
          cvalues<-base::c(cvalues,lab) 
          i=i+1
       }