\HeaderA{plot-methods}{plot method for ROC curves}{plot.Rdash.methods}
\aliasA{plot,rocc,missing-method}{plot-methods}{plot,rocc,missing.Rdash.method}
\keyword{methods}{plot-methods}
\begin{Description}\relax
plot method for ROC curves
\end{Description}
\begin{Section}{Methods}
\describe{
\item[x = rocc, y = missing] plots an ROC curve object, with
additional parameters available:
{
\describe{
\item[show.thresh (logical):] should marker threshold values be plotted?
\item[jit (logical):] should plotted points be jittered?
\item[add (logical):] increment to current plot?
\item[line (logical):] plot points or lines?
}}}
\end{Section}
\begin{Examples}
\begin{ExampleCode}
set.seed(123)
R1 <- rocdemo.sca( rbinom(40,1,.3), rnorm(40), dxrule.sca,
   caseLabel="new case", markerLabel="demo Marker" )
plot(R1, line=TRUE, show.thresh=TRUE)
\end{ExampleCode}
\end{Examples}


