File: plot.R

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