I have used the following codes for the correlation matrix
library(ggplot2)
library(GGally)
ggpairs(CorrelationBINA, title="Correlation matrix of BINA dhan7",
upper = list(continuous= wrap("cor", size = 10)),
lower = list(continuous ="smooth"))
and got the following Correlation matrix. From the upper triangle of the matrix, I want to remove the word "Corr" and want to keep only the correlation value.