powered by
X variables are plotted using geom_bar and faceted by the Y variable.
geom_bar
ggally_facetbar(data, mapping, ...)
data set using
aesthetics being used
other arguments are sent to geom_bar
# NOT RUN { 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