I have used the following code in correlation matrix using metan library in r studio,
library(metan)
View(CorrawpomF)
All <- corr_coef(CorrawpomF)
all
plot(All)
and the output of the code is like this:
how to add superscript and subscript for the ions?
