Learn R Programming

see (version 0.6.8)

plot.see_effectsize_table: Plot method for effect size tables

Description

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

Usage

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

Arguments

x

An object.

...

Arguments passed to or from other methods.

Value

A ggplot2-object.

Examples

Run this code
# NOT RUN {
library(effectsize)
m <- aov(mpg ~ factor(am) * factor(cyl), data = mtcars)
result <- eta_squared(m)
plot(result)
# }

Run the code above in your browser using DataLab