Can I add the R2 in the plots for pairs.panels from the pysch package?

39 Views Asked by At

I am trying to add the R2 into the plots somehow (I have a 5x5 correlation matrix).

What I have so far:

pairs.panels(corrdatEU[, c("Fe","Zn","Se","S","P")], 
                                      breaks=10,
                                      hist.col = 11, 
                                      main="Correlations between elements",
                                      stars=TRUE, ci=TRUE)

enter image description here

0

There are 0 best solutions below