Consistent lettering across facets for Tukey letter plot on ggplot
问题 I have followed the answer from this question: Tukey test results on geom_boxplot with facet_grid It is great, but what I would like is to compare the facets between them as well. In other words, letter order all of the results first then divide it into facets (I have both horizontal and vertical facets). How can I do this? Also, how can I reorder the letters to start from "a" in the first variable in the first facet, and then "b" the second variable and so on? I tried the following, and it