I have a problem where I need to print the name of the outlier on the bottom boxplot. This code in R outputs the following graph. Please help. Thanks.
ggplot(data=Caschool, mapping=aes(x=expnstu, y=grspan)) + geom_boxplot() + stat_summary(fun=mean, geom="point", color="red", size=3) + stat_summary(fun=median, geom="point", color="blue", size=3)