| ggally_barDiag {GGally} | R Documentation |
Plots the bar plots by using Diagonal.
ggally_barDiag(data, mapping, ...)
data |
data set using |
mapping |
aesthetics being used |
... |
other arguements are sent to geom_bar |
Barret Schloerke schloerke@gmail.com
data(movies, package = "ggplot2") ggally_barDiag(movies, mapping = ggplot2::aes(x = mpaa)) # ggally_barDiag(movies, mapping = ggplot2::aes_string(x = "mpaa")) # ggally_barDiag(movies, mapping = ggplot2::aes_string(x ="rating", binwidth = ".1"))