Plot ggplot(economics[1:100,], aes(date, returns_perc)) + geom_area() + scale_x_date(breaks=brks, labels=lbls) + theme(axis.text.x ...
確定! 回上一頁