I have 92 set of data of same type.
I want to make a correlation matrix for any two combination possible.
i.e. I want a matrix of 92 x92.
such that e
Have a look at qtlcharts. It allows you to create interactive correlation matrices:
library(qtlcharts) data(iris) iris$Species <- NULL iplotCorr(iris, reorder=TRUE)
It's more impressive when you correlate more variables, like in the package's vignette: