% Generated by roxygen2: do not edit by hand % Please edit documentation in R/roc.R \name{simple.plotROCgg} \alias{simple.plotROCgg} \title{Plot an assembly of ROCs} \usage{ simple.plotROCgg( df, vars, cols, x = 0.7, y = 0.3, unit = "ml", precise = "FALSE", target = "alive" ) } \arguments{ \item{df}{data frame} \item{vars}{vector of variables} \item{cols}{vector of color names} \item{x}{coordinate for legend} \item{y}{coordinate for legend} \item{unit}{unit for threshold in labels} \item{precise}{number of decimal places to use when reporting opt threshold, TRUE:2, FALSE:0} \item{target}{column that holds binary outcomes} } \value{ ggplot2 graphical object } \description{ Plot an assembly of ROCs }