I just want to do a simple correlation matrix plot. If I do:
library(GGally)
data(flea)
ggpairs(flea, columns = 2:4)
I get these strange numbers in the top triangle:
Why?
First, I installed the CRAN version, and it happened to me. Right now, I have the GitHub version, and the same thing happens to me.
R version 4.0.2 (2020-06-22)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.1 LTS