在情节中改变标签?

时间:2018-02-11 09:26:16

标签: r correlation facet-grid

我正在使用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)

enter image description here

0 个答案:

没有答案