use ggpairs to create this plot

Edit for GGally 1.0.1 Since params is now deprecated, use wrap like so: ggpairs(df[, 1:2], upper = list(continuous = wrap(“cor”, size = 10)), lower = list(continuous = “smooth”)) Original answer Customization of complicated plots is not always available through parameter list. That’s natural: there are way too many parameters to keep in mind. So the … Read more