We are ready to plot our first area plot, with {ggplot2} and geom_area(). ggplot( data=main, aes(x=year,y=gross_inv_chain,fill=lab) # Choose ...
確定! 回上一頁