File: plot.R

package info (click to toggle)
r-cran-effectsize 0.8.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,404 kB
  • sloc: sh: 17; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
1
2
3
4
5
6
7
#' @rdname print.effectsize_table
#' @export
#' @importFrom insight check_if_installed
plot.effectsize_table <- function(x, ...) {
  insight::check_if_installed("see", reason = "for plotting")
  NextMethod()
}