R/plot.rocrisca.R

Defines functions plot.rocrisca

Documented in plot.rocrisca

plot.rocrisca <- function(x, ..., information=TRUE){

plot.default(NULL, xlim = c(0,1), ylim = c(0,1), ...)

lines(1-x$table$sp, x$table$se, ...)

if(information==TRUE){abline(c(0,1), lty=2)}
}

Try the RISCA package in your browser

Any scripts or data that you put into this service are public.

RISCA documentation built on March 31, 2023, 11:06 p.m.