Below is the code I currently have which creates the below graph. I'm instead trying to make a graph where the blue boxplots (pun) are next to each other under the title of 'pun' in the x axis, next to the yellow boxplots 'mv'.
ggboxplot(
d, x = "Condition.Name", y = c("pun", "mv"),
merge = TRUE, palette = "jco",
title = NULL,
xlab = '',
ylab = ''
)
Using
mtcars
because you didn't provide data. You need tocombine
notmerge
withggpubr::ggboxplot