library(ggplot2). dat = data.frame(x = 1:5, y = 1e-5* (1:5) ^ 2). p = ggplot(dat, aes(x, y)) + geom_point() + geom_line(). print(p).
確定! 回上一頁