以成对图形更改轴标签的字体大小

时间:2016-04-27 07:28:34

标签: r plot fonts

我使用pairs函数制作如下图所示的散点图。 enter image description here

我想增加轴标签中的数字大小,但我不知道。如果有人能提供帮助,我感激不尽。

您可以使用以下说明生成样本图:

x <- matrix(rnorm(120*5),ncol=5)
col <- c("#3ABEB0", "#DD96A4")[c(rep(1, 60), rep(2,60))]
pairs(x, col = col, lower.panel = NULL, cex.labels=2, pch=19, cex = 0.8)

1 个答案:

答案 0 :(得分:1)

您可以使用private string RemoveJunkChars(string input) { return HttpUtility.HtmlEncode(input.Replace("”", "\"").Replace("“", "\"")); }

cex.axis