R/plot.multi_cutpointr.R

Defines functions plot.multi_cutpointr

Documented in plot.multi_cutpointr

#' Plotting multi_cutpointr objects is currently not supported
#'
#' You can try plotting the data manually instead.
#'
#' @param x A multi_cutpointr object.
#' @param ... Further arguments.
#'
#' @export
plot.multi_cutpointr <- function(x, ...) {
    stop("Plotting multi_cutpointr objects is not supported.")
    return(invisible(NULL))
}

Try the cutpointr package in your browser

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

cutpointr documentation built on April 14, 2022, 1:06 a.m.