是否可以将ggpairs中的相关位数四舍五入为例如2位数?
library(GGally) ggpairs(iris, columns = 1:4, mapping = ggplot2::aes(col = Species))
r ggplot2 ggally
ggally ×1
ggplot2 ×1
r ×1