【发布时间】:2020-02-11 02:23:37
【问题描述】:
我使用 boxplot 在 r 上创建了一个箱线图。
boxplot_nonorm= boxplot(log10(table_tissues_filtered_high+1),
las=2,
main= "Data not normalized",
col= "light green", )
然后我将它保存为图像和 pdf,但生成的文件被截断。我报告一个例子
我无法读取标签名称。我该如何解决?
【问题讨论】: