Learn R Programming

see (version 0.10.0)

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, ...)

Value

A ggplot2-object.

Arguments

x

An object.

...

Arguments passed to or from other methods.

Examples

Run this code
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