I want to use ggpubr's ggboxplot but the documentation is not very precise. It simply stays
Create a box plot with points. Box plots display a group of numerical data through their quartiles.
I understand that a boxplot by definition uses the 25th and 75th quartiles, and display the median as a line. But when it comes down to the whiskers, I am not sure whether it represents the minimum and maximum that's not considered an outlier(i.e. outside the 1.5 inter-quartilic range), or the 90% of the data as I have seen in other sources...