ggplot2用geom_area()設定區域、geom_line()設定線條。 > p<-ggplot(covid, aes(x=Date, y=World))+ + geom_area(fill=" ...
確定! 回上一頁