ggally_barDiag | R Documentation |
Displays a bar plot for the diagonal of a ggpairs
plot matrix.
ggally_barDiag(data, mapping, ..., rescale = FALSE)
data |
data set using |
mapping |
aesthetics being used |
... |
other arguments are sent to geom_bar |
rescale |
boolean to decide whether or not to rescale the count output. Only applies to numeric data |
Barret Schloerke
# Small function to display plots only if it's interactive
p_ <- GGally::print_if_interactive
data(tips)
p_(ggally_barDiag(tips, mapping = ggplot2::aes(x = day)))
p_(ggally_barDiag(tips, mapping = ggplot2::aes(x = tip), binwidth = 0.25))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.