ggplot (mpg,aes(cty,hwy))+geom_point()+geom_smooth() ... scale_colour_wsj()+ ggtitle("line plot")+ guides(colour=guide_legend(title=NULL)).
確定! 回上一頁