2D plot with histograms for each dimension (2013 edition)
R-bloggers 2013-04-23
Summary:
In 2009, I wrote about a way to show density plots along both dimensions of a plot. When I ran the code again to adapt it to a new project, it didn't work because ggplot2 has become better in the meantime. Below is the updated code. Using the gridExtra...