3
require(GGally)
data(iris)

ggpairs(dd2, columns = 1:4,
        upper = list(continuous = "points"),
        lower = list(continuous = "cor",params = c(corSize = 10)), 
        diag = list(continuous = "bar"),
        axisLabels = 'show')

在此处输入图像描述

有没有办法(1)使面板的背景变为白色,即类似于 ggplot2 中的 theme_bw() 并删除网格线;(2) 我可以将标签(即 mpg、cyl 等)移动到图的顶部和右侧,类似于 ggplot2 中的 plotmatrix 的样子;(3) 我可以删除下面板中的 Corr 并且只显示数字。

我在这里找到了一些帖子,其中一些帖子都提到了更改来源?

4

0 回答 0