powered by
ggally_facethist(data, mapping, ...)
data(tips, package = "reshape") ggally_facethist(tips, mapping = ggplot2::aes(x = tip, y = sex)) ggally_facethist(tips, mapping = ggplot2::aes_string(x = "tip", y = "sex"), binwidth = 0.1)
Run the code above in your browser using DataLab