| ggally_densityDiag {GGally} | R Documentation |
Plots the density plots by using Diagonal.
ggally_densityDiag(data, mapping, ...)
data |
data set using |
mapping |
aesthetics being used. |
... |
other arguments sent to stat_density |
Barret Schloerke schloerke@gmail.com
data(tips, package = "reshape") ggally_densityDiag(tips, mapping = ggplot2::aes(x = total_bill)) #data(movies) #ggally_densityDiag(movies, mapping = ggplot2::aes_string(x="rating")) #ggally_densityDiag(movies, mapping = ggplot2::aes_string(x="rating", color = "mpaa"))