Tirthadeep <sabya231 <at> gmail.com> writes:

> >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)


Use parameter add=TRUE in all but the first call

Dieter

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to