[R] How to draw several ROC curves on a common graph
    Tirthadeep 
    sabya231 at gmail.com
       
    Wed Jun 20 18:42:16 CEST 2007
    
    
  
>library(ROCR)
>plot(roc1)
>plot(roc2)
gives two plots on two different graph. Now i want to merge on a single
graph. 
>plot(roc1)
>points(roc2)
   Error in as.vector(x, "double") : cannot coerce to vector
any solution?
-- 
View this message in context: http://www.nabble.com/How-to-draw-several-ROC-curves-on-a-common-graph-tf3953552.html#a11217382
Sent from the R help mailing list archive at Nabble.com.
    
    
More information about the R-help
mailing list