【发布时间】:2021-12-22 13:48:56
【问题描述】:
如何获得较小的字母以查看不同类别的全名? (如果我做“情节”而不是“条形图”,我只能看到所有的名字)
这个想法是有一个带有 4 个类别的全名的 ** barplot **(您可以在下面的图形“情节”中看到)。
plot(table(somalia$strike_status))
barplot(table(somalia$strike_status))
谢谢。
【问题讨论】:
-
这能回答你的问题吗? How to fix missing labels in base R barplot