我们怎样才能在R中复制Tufte隐含的水平线?
例如,以下是一个很好的起点:
library(ggplot2) ggplot(msleep, aes(x=order)) + stat_bin() + theme_bw()
删除边框线应该很简单.关键点,水平线与条形重叠,我不清楚.
我想象两种方法:
r graph ggplot2
ggplot2 ×1
graph ×1
r ×1