View source: R/plot.effectsize_table.R
plot.see_effectsize_table | R Documentation |
The plot()
method for the effectsize::effectsize()
function.
## S3 method for class 'see_effectsize_table'
plot(x, ...)
x |
An object. |
... |
Arguments passed to or from other methods. |
A ggplot2-object.
library(effectsize)
m <- aov(mpg ~ factor(am) * factor(cyl), data = mtcars)
result <- eta_squared(m)
plot(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.