Change text color in corrplot.mixed

后端 未结 2 1502
暖寄归人
暖寄归人 2021-01-14 11:18

In the r package corrplot, you can mix the type of figure on the lower and upper half of a correlation matrix to make a nice visual. I would like t

2条回答
  •  没有蜡笔的小新
    2021-01-14 11:59

    As of corrplot version 0.84, it is now possible to have different colour text and ellipses as documented here. For example,

    corrplot.mixed(MyMatrix, lower.col = "black", number.cex = .7)

    specifies that the text in the lower half of the matrix is black.

提交回复
热议问题