gpt4 book ai didi

r - x 实验室未显示完整?我应该如何设置参数?

转载 作者:行者123 更新时间:2023-12-02 18:06:16 26 4
gpt4 key购买 nike

boxplot(log2(paired_counts+1), las = 2, outline = F, col = c("red", "blue"))

enter image description here

怎么解决这个问题,有人知道吗?我对 R 还很陌生

您可以通过以下代码重现

  a <- c("TCGA-38-4625-01A","TCGA-38-4625-11A")
b <- data.frame(10120,990)
colnames(b) <- a
boxplot(log2(b+1), las = 2, outline = F, col = c("red", "blue"))

最佳答案

设置更大的底部(第一个)边距并再次绘制,例如:

par(mar = c(9, 3, 2, 1))  # bottom, left, top, right
boxplot(log2(paired_counts+1), las = 2, outline = F, col = c("red", "blue"))

如果 x 标签仍然不完整,请使用大于 9 的值。

关于r - x 实验室未显示完整?我应该如何设置参数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73203816/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com