Skip to content
Prev 179723 / 398506 Next

Plotting questions (ROCR)

To have several performance curves on a single plot, use the
"add=TRUE" option, e.g. as follows:

plot(perf1)
plot(perf2, add=TRUE, col='red')

Please read the help to ?plot.performance. It also tells you how you
can adjust all graphical parameters for the individual curves.
This slide deck contains several examples that might help you:
http://rocr.bioinf.mpi-sb.mpg.de/ROCR_Talk_Tobias_Sing.ppt

HTH,
  Tobias
On Fri, May 8, 2009 at 3:28 PM, lehe <timlee126 at yahoo.com> wrote: