| ggally_facetbar {GGally} | R Documentation |
X variables are plotted using geom_bar and faceted by the Y variable.
ggally_facetbar(data, mapping, ...)
data |
data set using |
mapping |
aesthetics being used |
... |
other arguements are sent to geom_bar |
Barret Schloerke schloerke@gmail.com
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))