p0 <- ggplot(data = SH_GDP, mapping = aes(x = Year, y = GDP)) + geom_line(colour = 'blue', size = 1) + geom_point(colour = 'red', size = 2).
確定! 回上一頁