R/cvsl_plot_roc.R

Defines functions cvsl_plot_roc

Documented in cvsl_plot_roc

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

  # This will automatically pass through cvsl 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.