R/sl_plot_roc.R

Defines functions sl_plot_roc

Documented in sl_plot_roc

#' @title Deprecated, please use plot_roc() instead.
#' @description Deprecated, please use plot_roc() instead.
#'
#' @param sl SuperLearner object
#' @param ... Remaining arguments that are passed through.
#'
#' @export
sl_plot_roc = function(sl, ...) {
  .Deprecated("plot_roc", "ck37r")

  # This will automatically pass through sl and any remaining arguments.
  UseMethod("plot_roc")
}

Try the ck37r package in your browser

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

ck37r documentation built on Feb. 6, 2020, 5:09 p.m.