R/list_methods.R

Defines functions list_plot_methods

#' @importFrom utils methods
#' 
list_plot_methods <- function() {
  
  m <- methods(class = "bcea")
  m[grep(pattern = "plot", m)]
}

Try the BCEA package in your browser

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

BCEA documentation built on June 22, 2024, 11:08 a.m.