I want to create a correlation matrix plot, i.e. a plot where each variable is plotted in a scatterplot against each other variable like with pairs() or s
pairs()
s
Using PerformanceAnalytics library :
library("PerformanceAnalytics") chart.Correlation(df, histogram = T, pch= 19)