R/plot.R

Defines functions plot.estimate_predicted plot.estimate_contrasts

#' @export
plot.estimate_contrasts <- function(x, ...) {
  insight::check_if_installed("see")
  NextMethod()
}


#' @export
plot.estimate_predicted <- function(x, ...) {
  layers <- visualisation_recipe(x, ...)
  graphics::plot(layers)
}


#' @export
plot.estimate_means <- plot.estimate_predicted

#' @export
plot.estimate_grouplevel <- plot.estimate_predicted

#' @export
plot.estimate_slopes <- plot.estimate_predicted

Try the modelbased package in your browser

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

modelbased documentation built on Jan. 13, 2023, 9:12 a.m.