Dear Community,
I am new here. I have a question regarding the correlation matrix/scatter plot/Matrix plot via pairs, ggally::ggpairs.
I have a data that contains 100 parameters and want to determine the correlation between them. eg.: Parameters 1 to 100 existing is column (import via excel) want to plot the graph between column 3 vs column [4:25] then column 3 vs column [26:40] and so on. How can i fix the column 3. (i mean how may i write a code so that the column 3 or any other column that want to see remain fixed and other column range bring into the code.
At the moment i did so:
GGally::ggpairs(data = data[3:12]) .
Pairs(data[3:12].
But am did not success that how may i write the code and got the image as mentioned below.
I hope, i have explain in the correct way. If not then please let me know.
I will be very thankfull if someone help me in this regard.
Many Thanks
Ahsan