/ggdisplot

Scatter plot with two density plots.

Primary LanguageR

ggdisplot

Very simple scatterplot with two density plots. I use it often, so here it is.

install_github("scastlara/ggdisplot")
ggdisplot(iris, "Sepal.Length", "Sepal.Width", "Species")