powered by
geom_bar
ggally_facetbar(data, mapping, ...)
data(tips, package = "reshape") ggally_facetbar(tips, ggplot2::aes(x = sex, y = smoker, fill = time)) ggally_facetbar(tips, ggplot2::aes(x = smoker, y = sex, fill = time))
Run the code above in your browser using DataLab