We initialise ggplot() and define our main variables: aes(x = year, y = lifeExp) ;; we are using a new geom - geom_line() . This is identical to how we used ...
確定! 回上一頁