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")
}
ck37/ckTools documentation built on April 29, 2023, 11:47 p.m.