Plots either Box Plot or Dot Plots

data(tips, package = "reshape")
 ggally_dotAndBox(
   tips,
   mapping = ggplot2::aes(x = total_bill, y = sex, color = sex),
   boxPlot = TRUE
 )

plot of chunk ggally_dotAndBox

ggally_dotAndBox(tips, mapping = ggplot2::aes(x = total_bill, y = sex, color = sex), boxPlot=FALSE)

plot of chunk ggally_dotAndBox