View source: R/plot_comparations.R
plot.comparaciones | R Documentation |
This function generates a bar plot displaying group means along with significance letters
based on multiple comparisons. It uses multcompView
to assign letters indicating
statistically different groups.
## S3 method for class 'comparaciones'
plot(x, ...)
x |
An object of class |
... |
Additional arguments (currently not used). |
No return value. Called for side effects: displays a bar plot with significance letters.
multcompLetters
, ggplot
# Assuming you have an object of class 'comparaciones' named res
# plot(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.