Letter value plots are an alternative to boxplots which extend the number of "letter value" statistics used. For large datasets, this gives you more information about the tail behaviour and displays fewer "outliers".
You can install lvplot from github with:
# install.packages("devtools")
devtools::install_github("lvplot/hadley")