Set ggpairs aspect ratio with readable axis tick labels
Setting the ggpairs
aspect ratio causes axis tick labels to overlap and become unreadable. How can I fix this?
How to get a true scatterplot matrix from GGally?
I am using ggpairs
from the GGally
package to make a scatterplot matrix by setting upper = list(continuous = "points")
.