| ggally_barDiag {GGally} | R Documentation |
Plots the bar plots by using Diagonal.
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 schloerke@gmail.com
data(tips, package = "reshape") ggally_barDiag(tips, mapping = ggplot2::aes(x = day)) ggally_barDiag(tips, mapping = ggplot2::aes(x = tip), binwidth = 0.25)