powered by
Plots the density plots by using Diagonal.
ggally_densityDiag(data, mapping, ..., rescale = FALSE)
data set using
aesthetics being used.
other arguments sent to stat_density
boolean to decide whether or not to rescale the count output
# NOT RUN { data(tips, package = "reshape") ggally_densityDiag(tips, mapping = ggplot2::aes(x = total_bill)) ggally_densityDiag(tips, mapping = ggplot2::aes(x = total_bill, color = day)) # }
Run the code above in your browser using DataLab