powered by
Plot Tukey's HSD test via GGplot2.
# S3 method for TukeyHSD ggTukey(obj, which = 1, ...)
a GGPlot2 object
a TukeyHSD object
the index of the comparison. Used when the formula in the undelying aov call has more than one term.
further parameters (currently unused)
TukeyHSD() ggTukey.data.frame() ggTukey.TukeyHSD()]]
TukeyHSD()
ggTukey.data.frame()
ggTukey.TukeyHSD()
library(tidyverse) cotton %>% aov(Strength~Cotton, data=.) %>% TukeyHSD() %>% ggTukey()
Run the code above in your browser using DataLab