plot.comparaciones: Generic plot for multiple comparison tests (with multcompView...

View source: R/plot_comparations.R

plot.comparacionesR Documentation

Generic plot for multiple comparison tests (with multcompView letters)

Description

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.

Usage

## S3 method for class 'comparaciones'
plot(x, ...)

Arguments

x

An object of class comparaciones.

...

Additional arguments (currently not used).

Value

No return value. Called for side effects: displays a bar plot with significance letters.

See Also

multcompLetters, ggplot

Examples

# Assuming you have an object of class 'comparaciones' named res
# plot(res)


Analitica documentation built on June 14, 2025, 9:07 a.m.