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()
}
easystats/effectsize documentation built on April 25, 2024, 9:58 p.m.