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