Generic plot for multiple-comparison tests (with multcompView letters) v2.0.1
# 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,
label_color = "black",
angle_x = 45,
show_se = FALSE,
se_type = c("se", "ci95"),
pad_frac = 0.35,
errorbar_width = 0.2,
...
)A ggplot object.
An object of class comparaciones.
Significance threshold for the letters (default 0.05).
Which p-value column: "auto","p_ajustada","p_value","p".
If TRUE, draw horizontal bars.
Bar fill color.
Letter size.
Letter color.
Angle of x-axis labels (if horizontal = FALSE).
If TRUE and x$MSerror, x$N exist, draws error bars.
"se" (default) or "ci95".
Fraction of y-span used to place letters (default 0.35).
Width of errorbar whiskers.
Not used.