### Name: plot-methods ### Title: plot method for ROC curves ### Aliases: plot,rocc,missing-method ### Keywords: methods ### ** Examples 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)