Description Usage Arguments Value
Add statistics values on boxplot
| 1 | add_stat_to_boxplot(theplot, x, whisker_min, whisker_max, median)
 | 
| theplot: | ggplot | 
| x: | element of .data that contains the different values of the categorical data | 
| whisker_min: | element of .data containing the value of the lower whisher. Usually calculated as 1.5*IQR smallest value from the hinge | 
| whisker_max: | element of .data containing the value of the upper whisher. Usually calculated as 1.5*IQR largest value from the hinge | 
| median: | element of .data containing the median values | 
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.