标签: r ggplot2
我还没有找到针对ggplot的两个问题的解决方案:
代码:
ggplot(oDT) + geom_density(aes(x = scaled, color = variable)) + theme_economist() + scale_color_discrete(name = "", labels = c("Estimated", "Observed"))