# NOT RUN {
data(state)
# n's at bottom
boxplot2( state.area ~ state.region)
# n's at top
boxplot2( state.area ~ state.region, top=TRUE)
# small red text
boxplot2( state.area ~ state.region, shrink=0.8, textcolor="red")
# }
Run the code above in your browser using DataLab