library(ggplot2) > data.frame(a = rnorm(100), b = rnorm(100)) %>% + ggplot(aes(a, b)) + geom_point() > ggsave("temp.png") Saving 5.3 x 3.59 ...
確定! 回上一頁