Getting started with ROCR:
--------------------------

* After installation (cf. file 'INSTALL'), and starting R,
  load the package with 'library(ROCR)'.

* For a short overview of ROCR:
  demo(ROCR)

* For an overview of ROCR's online help: 
  help(package=ROCR)

* ROCR help pages:
  help(prediction)
  help(performance)
  help(plot.performance)
  help('prediction-class')
  help('performance-class')
  
* For more information, visit the ROCR website:
  http://rocr.bioinf.mpi-sb.mpg.de

* Good luck!


