plotSigBars: Add significance bars to a prism plot
Description
Add significance bars to a prism plot, corrected for multiple comparisons either using Tukey's HSD (parametric),
or Dunn's correction for multiple comparison (non-parametric).
Usage
plotSigBars(formula, data, type = c("tukey", "dunn"))
Arguments
formula
a R formula object
data
a dataset containing the variables in formula
type
either "tukey" or "dunn" indicating which multiple comparison should be used