View source: R/plot_comparations.R
| plot.comparaciones | R Documentation |
Generic plot for multiple-comparison tests (with multcompView letters)
## S3 method for class '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,
...
)
x |
An object of class |
alpha |
Significance threshold for the letters (default 0.05). |
p_column |
Which p-value column to use: "auto" (detect), "p_ajustada", "p_value", or "p". |
horizontal |
If TRUE, draw horizontal bars. |
fill |
Bar fill color. |
label_size |
Letter size. |
angle_x |
Angle of x-axis labels (if |
show_se |
If TRUE and |
... |
Not used. |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.