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 Nov. 25, 2023, 5:08 p.m.