R語言圖形篇(一)

1.使用圖形git attach(mtcars) plot(wt,mpg) abline(mpg~wt) title("Regression of MPG on Weight") detach(mtcars) 將圖形保存到當前工做目錄中名爲mygraph.pdf中的PDF文件中: pdf("mygraph.pdf") attach(mtcars) plot(wt,mpg) abline(mpg~w
相關文章
相關標籤/搜索