Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用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()