總之,用library開啟ggplot2之後,你就能使用所有ggplot2的畫圖功能了。你可以執行看看下面的程式碼: data(cars) cars ggplot(cars, aes(speed, dist)) + geom_point ...
確定! 回上一頁