R/plot.R

Defines functions plot.effectsize_table

Documented in plot.effectsize_table

#' @rdname print.effectsize_table
#' @export
plot.effectsize_table <- function(x, ...) {
  insight::check_if_installed("see", reason = "for plotting")
  NextMethod()
}

Try the effectsize package in your browser

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

effectsize documentation built on July 3, 2024, 9:07 a.m.