ggally_facetbar | R Documentation |
X variables are plotted using geom_bar
and are faceted by the Y variable.
ggally_facetbar(data, mapping, ...)
data |
data set using |
mapping |
aesthetics being used |
... |
other arguments are sent to geom_bar |
Barret Schloerke
# Small function to display plots only if it's interactive
p_ <- GGally::print_if_interactive
data(tips)
p_(ggally_facetbar(tips, ggplot2::aes(x = sex, y = smoker, fill = time)))
p_(ggally_facetbar(tips, ggplot2::aes(x = smoker, y = sex, fill = time)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.