| ggally_densityDiag {GGally} | R Documentation |
Plots the density plots by using Diagonal.
ggally_densityDiag(data, mapping, ..., rescale = FALSE)
data |
data set using |
mapping |
aesthetics being used. |
... |
other arguments sent to stat_density |
rescale |
boolean to decide whether or not to rescale the count output |
Barret Schloerke schloerke@gmail.com
data(tips, package = "reshape") ggally_densityDiag(tips, mapping = ggplot2::aes(x = total_bill)) ggally_densityDiag(tips, mapping = ggplot2::aes(x = total_bill, color = day))