plot.see_effectsize_table: Plot method for effect size tables

View source: R/plot.effectsize_table.R

plot.see_effectsize_tableR Documentation

Plot method for effect size tables

Description

The plot() method for the effectsize::effectsize() function.

Usage

## S3 method for class 'see_effectsize_table'
plot(x, ...)

Arguments

x

An object.

...

Arguments passed to or from other methods.

Value

A ggplot2-object.

Examples

library(effectsize)
m <- aov(mpg ~ factor(am) * factor(cyl), data = mtcars)
result <- eta_squared(m)
plot(result)

see documentation built on Nov. 3, 2023, 5:10 p.m.