【发布时间】:2015-10-11 05:42:08
【问题描述】:
我想将出现在corrplot 调用旁边的标尺中的 1 更改为 -1 标签的大小,但我不确定要传递什么参数来完成此操作。
一个示例调用看起来像
corrplot(data, method="pie", cex=2)
我的一些合理猜测,但没有奏效,包括:
cex=2 (errors/warnings, no effect)
cex.xlab=2 (errors/warnings, no effect)
cex.legend=2 (errors/warnings, no effect)
cex.axis=2 (sets axis labels of main plot 2x size, no effect on legend text)
【问题讨论】:
标签: r r-corrplot