2019年9月10日

R 画散点图

摘要: ggplot(data=mtcars, aes(x=wt, y=mpg)) + geom_point() + labs(title="Automobile Data", x="Weight", y="Miles Per Gallon")+ theme(plot.title = element_tex 阅读全文

posted @ 2019-09-10 14:49 若流芳千古 阅读(315) 评论(0) 推荐(0)

导航