I need to confirm what the ggboxplot error.plot parameter's default value of 'pointrange' is referring to when plotting the box-plot whiskers. Is that the IQR * 1.5, or are they confidence intervals?
I had a look at the source code but couldn't tell from there
Many thanks!
ggpubr::ggboxplotcallsggplot2::geom_boxplotunder the hood and uses thegeom_boxplotdefaults to draw the whiskers. Hence, from the docs of?geom_boxplot:We can confirm that visually by adding a default
geom_boxplotside-by-side to aggboxplot: