I used ggpairs to show the correlation between 10 parameters and it came out nicely. However, when I tried using ggcorr, only a few correlation number showed up, which the results were similar to using cor().
I wonder what are the differences between the calculation method between ggpairs and ggcorr?
Thanks!