绘图大小取决于标签大小,环绕R包

时间:2016-10-08 14:39:15

标签: r circos circlize

如何使用cex参数增加标签尺寸时自动增加生成的图片?

使用附加的代码,标签不会完整显示。

install.packages("circlize")
library(circlize)
pdf("margin_test.pdf")
par(mar = rep(0,4), cex = 2)    
circos.initializeWithIdeogram(plotType = c("axis", "ideogram", "labels"))
circos.clear()
dev.off()

enter image description here

0 个答案:

没有答案