R/shiny_plotROC.R

Defines functions shiny_plotROC

Documented in shiny_plotROC

#' Start the plotROC Shiny app
#' 
#' A convenience function to easily start the shiny application. It will open in Rstudio, or in the default web browser.
#' 
#' @export
#' 
shiny_plotROC <- function(){
  
  shiny::runApp(system.file("shinyApp", package = "plotROC"))
  
}

Try the plotROC package in your browser

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

plotROC documentation built on Oct. 6, 2023, 5:10 p.m.