ggplot facet_wrap中的x轴标签

时间:2014-08-21 15:41:02

标签: r ggplot2 facet-wrap

如果最后一行中的面板数与上面的行不同,则在使用ggplot2的构面图中缺少x轴标签。我该如何添加这些?

例如:

d <- ggplot(diamonds, aes(carat, price, colour=color))
d + geom_point() + facet_wrap(~ clarity, ncol=5)

给出:

enter image description here

第4列和第5列缺少克拉标签。

0 个答案:

没有答案