Generic plot for multiple-comparison tests (with multcompView letters)
# S3 method for comparaciones
plot(
x,
alpha = 0.05,
p_column = c("auto", "p_ajustada", "p_value", "p"),
horizontal = FALSE,
fill = "steelblue",
label_size = 5,
angle_x = 45,
show_se = FALSE,
...
)A ggplot object.
An object of class comparaciones (includes "bonferroni" or "tukey").
Significance threshold for the letters (default 0.05).
Which p-value column to use: "auto" (detect), "p_ajustada", "p_value", or "p".
If TRUE, draw horizontal bars.
Bar fill color.
Letter size.
Angle of x-axis labels (if horizontal = FALSE).
If TRUE and x$MSerror and x$N exist, draws standard error (SE) bars.
Not used.