ggplot 的資料來源一定要是data frame,它不像R 的其他繪圖系統一樣同時可以接受一般 ... my.plot5 <- ggplot(mtcars, aes(mpg, wt, colour = cyl)) + ...
確定! 回上一頁