I would like to add significance labels following out of post-hoc analysis to box-and-whiskerplots from the function bwplot
from the lattice
package in R. I have read the ggplot2
-based solution in Posthoc labels on anova boxplot in R however this does not show a solution within the lattice
framework. Is there anyone here that has tried this before and could give me some pointers?
If there is some way to derive the positions from a bwplot object (as suggested for a regular boxplot object in this article in the R mailing list) I am guessing I should be looking in that direction?
Thanks in advance!
Kind regards,
FM