ggplot (mtcars, aes(x = wt, y = mpg)) + geom_point(). ggsave("plot.pdf") ## Saving 7 x 5 in image. Notice that the result of dev.size() and the message we ...
確定! 回上一頁