我正在使用pairs()
来创建关联图,我试图在侧面和底部而不是对角线面板上显示标签,但似乎无法找到方法来执行此操作< / p>
library(colorspace)
x <- matrix(rnorm(120 * 5), ncol = 5)
col <- (rainbow_hcl(2))[c(rep(1, 60), rep(2, 60))]
pairs(x, col = col, lower.panel = NULL, cex.labels = 2, pch = 19, cex = 0.8, cex.axis = 2)