ggpairs plots color
library(ggplot2) library(GGally) ggpairs(iris, aes_string(colour="Species", alpha=0.5))